summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2015-04-20 18:36:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-20 18:36:08 +0000
commitaaf084f3f9bc3e89660791f83b5425bd70484be8 (patch)
tree51a491f6dc4a0fc6b31f3ed9c8e01af0f816e212 /Android.mk
parent5dec4d70e8a48b7bf957fc46b2c5b37f1853fd52 (diff)
parente55c6df20f58a3c74bad5c052c0a6374d5231503 (diff)
downloadandroid_packages_apps_PackageInstaller-aaf084f3f9bc3e89660791f83b5425bd70484be8.tar.gz
android_packages_apps_PackageInstaller-aaf084f3f9bc3e89660791f83b5425bd70484be8.tar.bz2
android_packages_apps_PackageInstaller-aaf084f3f9bc3e89660791f83b5425bd70484be8.zip
Merge "Fix makefile to only compile java files under src/"
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 092bf9c0..ce7d67d7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,7 +4,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
- $(call all-subdir-java-files) \
+ $(call all-java-files-under, src) \
src/com/android/packageinstaller/EventLogTags.logtags
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4