blob: f8cfafec704ad378694107b7ec91600abd3b9f5e [file] [log] [blame]
The Android Open Source Projectba6d7b82008-10-21 07:00:00 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := user development
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_SRC_FILES := $(call all-subdir-java-files) \
13 src/com/android/browser/IGearsDialogService.aidl
14
15LOCAL_PACKAGE_NAME := Browser
16
17include $(BUILD_PACKAGE)