The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [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 | src/com/android/browser/IGearsDialogService.aidl |
| 14 | |
| 15 | LOCAL_PACKAGE_NAME := Browser |
| 16 | |
| 17 | include $(BUILD_PACKAGE) |