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 | |
The Android Open Source Project | 4e5f587 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 4 | LOCAL_MODULE_TAGS := user |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 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 | |
Ramanan Rajeswaran | f447f26 | 2009-03-24 20:40:12 -0700 | [diff] [blame^] | 12 | LOCAL_STATIC_JAVA_LIBRARIES += google-framework |
| 13 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 14 | LOCAL_SRC_FILES := $(call all-subdir-java-files) |
| 15 | |
| 16 | LOCAL_PACKAGE_NAME := Browser |
| 17 | |
| 18 | include $(BUILD_PACKAGE) |