summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2009-05-04 12:32:23 -0700
committerJeff Hamilton <jham@android.com>2009-05-04 12:32:23 -0700
commit0284cb8e9e8bc57bea5b77e0e76e8baecbe6383a (patch)
tree659a83e3ae1e00d3bf7be12354083bea14f1b0a0 /Android.mk
parenta36c566037b4bb05f035d0c2cfd8b51386d7a8a6 (diff)
downloadpackages_providers_ContactsProvider-0284cb8e9e8bc57bea5b77e0e76e8baecbe6383a.zip
packages_providers_ContactsProvider-0284cb8e9e8bc57bea5b77e0e76e8baecbe6383a.tar.gz
packages_providers_ContactsProvider-0284cb8e9e8bc57bea5b77e0e76e8baecbe6383a.tar.bz2
Change the makefile to not include the test code in the provider APK.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7f1871a..0131adc 100644
--- a/Android.mk
+++ b/Android.mk
@@ -3,7 +3,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := user
-LOCAL_SRC_FILES := $(call all-subdir-java-files)
+# Only compile source java files in this apk.
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAVA_LIBRARIES := ext