diff options
author | Ian Pedowitz <ijpedowitz@google.com> | 2018-06-14 08:35:18 +0200 |
---|---|---|
committer | Ian Pedowitz <ijpedowitz@google.com> | 2018-06-14 08:35:18 +0200 |
commit | c02fb99e1db264a461ee2bdc05ab0ff1bef101fd (patch) | |
tree | 92854372f14b5d5350fc067e4415be1a0ededdaa /updater_sample/Android.mk | |
parent | updater_sample: add proguard.flags (diff) | |
download | android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar.gz android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar.bz2 android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar.lz android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar.xz android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar.zst android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.zip |
Diffstat (limited to 'updater_sample/Android.mk')
-rw-r--r-- | updater_sample/Android.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/updater_sample/Android.mk b/updater_sample/Android.mk index a5deee1c8..7662111b7 100644 --- a/updater_sample/Android.mk +++ b/updater_sample/Android.mk @@ -20,8 +20,9 @@ include $(CLEAR_VARS) LOCAL_PACKAGE_NAME := SystemUpdaterSample LOCAL_MODULE_TAGS := samples LOCAL_SDK_VERSION := system_current -LOCAL_PRIVILEGED_MODULE := true -LOCAL_PROGUARD_FLAG_FILES := proguard.flags + +# TODO: enable proguard and use proguard.flags file +LOCAL_PROGUARD_ENABLED := disabled LOCAL_SRC_FILES := $(call all-java-files-under, src) |