summaryrefslogtreecommitdiffstats
path: root/sample_updater/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sample_updater/Android.mk')
-rw-r--r--sample_updater/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sample_updater/Android.mk b/sample_updater/Android.mk
index d6764bd01..2b0fcbeec 100644
--- a/sample_updater/Android.mk
+++ b/sample_updater/Android.mk
@@ -22,4 +22,6 @@ LOCAL_PACKAGE_NAME := SystemUpdateApp
LOCAL_SDK_VERSION := system_current
LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+
include $(BUILD_PACKAGE)