Android.mk revision dd4f4297c08803b238af28dddb373a1aea06cc1e
1LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := user
5
6# TODO: Remove dependency of application on the test runner (android.test.runner) 
7# library.
8LOCAL_JAVA_LIBRARIES := android.test.runner
9
10LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client
11
12LOCAL_STATIC_JAVA_LIBRARIES += google-framework
13
14LOCAL_SRC_FILES := $(call all-subdir-java-files)
15
16LOCAL_PACKAGE_NAME := Browser
17
18include $(BUILD_PACKAGE)
19