summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Howard <showard@google.com>2010-06-21 15:56:09 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-06-21 15:56:09 -0700
commitaed3c4a57f6040349ef9e789646305c58227c35a (patch)
tree004557dd9fb37bf415015ecf2a4083d71062377a
parenta096d12d22482276f4031f54e0a5c03bd538b2be (diff)
parent8fed41c37e52a3e186e8f36b18a0b6433278acd3 (diff)
downloadandroid_packages_providers_DownloadProvider-aed3c4a57f6040349ef9e789646305c58227c35a.tar.gz
android_packages_providers_DownloadProvider-aed3c4a57f6040349ef9e789646305c58227c35a.tar.bz2
android_packages_providers_DownloadProvider-aed3c4a57f6040349ef9e789646305c58227c35a.zip
am 8fed41c3: Merge "Don\'t inadvertantly include tests in the build." into kraken
Merge commit '8fed41c37e52a3e186e8f36b18a0b6433278acd3' into gingerbread * commit '8fed41c37e52a3e186e8f36b18a0b6433278acd3': Don't inadvertantly include tests in the build.
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 97f8a315..0e740a66 100644
--- a/Android.mk
+++ b/Android.mk
@@ -3,7 +3,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
-LOCAL_SRC_FILES := $(call all-subdir-java-files)
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+
LOCAL_PACKAGE_NAME := DownloadProvider
LOCAL_CERTIFICATE := media