summaryrefslogtreecommitdiffstats
path: root/sample_updater/Android.mk
diff options
context:
space:
mode:
authorJiachen Zhao <zhaojiac@google.com>2018-04-02 20:17:05 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-02 20:17:05 +0200
commitc974a1f4049327ae1249945d2d207c4001c6fe55 (patch)
tree89dc7bca243b8277aaa3dca22d3361414f7ab201 /sample_updater/Android.mk
parentMerge "Move a few modules to Soong." (diff)
parentMerge "Create the SystemUpdate activity class." (diff)
downloadandroid_bootable_recovery-c974a1f4049327ae1249945d2d207c4001c6fe55.tar
android_bootable_recovery-c974a1f4049327ae1249945d2d207c4001c6fe55.tar.gz
android_bootable_recovery-c974a1f4049327ae1249945d2d207c4001c6fe55.tar.bz2
android_bootable_recovery-c974a1f4049327ae1249945d2d207c4001c6fe55.tar.lz
android_bootable_recovery-c974a1f4049327ae1249945d2d207c4001c6fe55.tar.xz
android_bootable_recovery-c974a1f4049327ae1249945d2d207c4001c6fe55.tar.zst
android_bootable_recovery-c974a1f4049327ae1249945d2d207c4001c6fe55.zip
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)