commit | f39362e1848cde65fbfd6b80a53a33e5d0672cc5 | [log] [tgz] |
---|---|---|
author | Jiachen Zhao <zhaojiac@google.com> | Fri Mar 30 15:24:26 2018 -0700 |
committer | Jiachen Zhao <zhaojiac@google.com> | Sat Mar 31 17:45:21 2018 -0700 |
tree | 887644f8cd43bfeef2ffea81c6b6bd42f8d24056 | |
parent | f0e2811092c8853038f3419a76a469aeab986356 [diff] [blame] |
Create the SystemUpdate activity class. Test: tested sample app with sideloading. Change-Id: I0d1661cea57c706b4981a4cda9f9b69fdeb69292
diff --git a/sample_updater/Android.mk b/sample_updater/Android.mk index d6764bd..2b0fcbe 100644 --- a/sample_updater/Android.mk +++ b/sample_updater/Android.mk
@@ -22,4 +22,6 @@ LOCAL_SDK_VERSION := system_current LOCAL_MODULE_TAGS := optional +LOCAL_SRC_FILES := $(call all-java-files-under, src) + include $(BUILD_PACKAGE)