From ba6d7b853c32ad6c3be26c443daa61f322bcfdc2 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 21 Oct 2008 07:00:00 -0700 Subject: Initial Contribution --- Android.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Android.mk (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..f8cfafe --- /dev/null +++ b/Android.mk @@ -0,0 +1,17 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE_TAGS := user development + +# TODO: Remove dependency of application on the test runner (android.test.runner) +# library. +LOCAL_JAVA_LIBRARIES := android.test.runner + +LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client + +LOCAL_SRC_FILES := $(call all-subdir-java-files) \ + src/com/android/browser/IGearsDialogService.aidl + +LOCAL_PACKAGE_NAME := Browser + +include $(BUILD_PACKAGE) -- cgit v1.1