summaryrefslogtreecommitdiffstats
path: root/updater_sample/Android.mk
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-06-19 11:33:58 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-06-19 11:33:58 +0200
commitc408073eed540e8243ffdc359ff31af4818c1c2d (patch)
treed2fb2ab1bb06e561e751f962c4e64f992ba5a680 /updater_sample/Android.mk
parentSnap for 4842501 from ad22bcbf8de1a9bafc384c1bac46f3052605a066 to qt-release (diff)
parentMerge "updater_sample: add proguard.flags" am: 5af63a45d9 am: 468ad1d965 (diff)
downloadandroid_bootable_recovery-c408073eed540e8243ffdc359ff31af4818c1c2d.tar
android_bootable_recovery-c408073eed540e8243ffdc359ff31af4818c1c2d.tar.gz
android_bootable_recovery-c408073eed540e8243ffdc359ff31af4818c1c2d.tar.bz2
android_bootable_recovery-c408073eed540e8243ffdc359ff31af4818c1c2d.tar.lz
android_bootable_recovery-c408073eed540e8243ffdc359ff31af4818c1c2d.tar.xz
android_bootable_recovery-c408073eed540e8243ffdc359ff31af4818c1c2d.tar.zst
android_bootable_recovery-c408073eed540e8243ffdc359ff31af4818c1c2d.zip
Diffstat (limited to '')
-rw-r--r--updater_sample/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/updater_sample/Android.mk b/updater_sample/Android.mk
index 7662111b7..463dbb32d 100644
--- a/updater_sample/Android.mk
+++ b/updater_sample/Android.mk
@@ -21,8 +21,7 @@ LOCAL_PACKAGE_NAME := SystemUpdaterSample
LOCAL_MODULE_TAGS := samples
LOCAL_SDK_VERSION := system_current
-# TODO: enable proguard and use proguard.flags file
-LOCAL_PROGUARD_ENABLED := disabled
+LOCAL_PROGUARD_FLAG_FILES := proguard.flags
LOCAL_SRC_FILES := $(call all-java-files-under, src)