The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_MODULE_TAGS := user development | ||||
5 | |||||
6 | # TODO: Remove dependency of application on the test runner (android.test.runner) | ||||
7 | # library. | ||||
8 | LOCAL_JAVA_LIBRARIES := android.test.runner | ||||
9 | |||||
10 | LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client | ||||
11 | |||||
12 | LOCAL_SRC_FILES := $(call all-subdir-java-files) | ||||
13 | |||||
14 | LOCAL_PACKAGE_NAME := Browser | ||||
15 | |||||
16 | include $(BUILD_PACKAGE) |