commit | 0284cb8e9e8bc57bea5b77e0e76e8baecbe6383a | [log] [tgz] |
---|---|---|
author | Jeff Hamilton <jham@android.com> | Mon May 04 12:32:23 2009 -0700 |
committer | Jeff Hamilton <jham@android.com> | Mon May 04 12:32:23 2009 -0700 |
tree | 659a83e3ae1e00d3bf7be12354083bea14f1b0a0 | |
parent | a36c566037b4bb05f035d0c2cfd8b51386d7a8a6 [diff] [blame] |
Change the makefile to not include the test code in the provider APK.
diff --git a/Android.mk b/Android.mk index 7f1871a..0131adc 100644 --- a/Android.mk +++ b/Android.mk
@@ -3,7 +3,8 @@ 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