summaryrefslogtreecommitdiffstats
path: root/updater_sample/Android.mk
diff options
context:
space:
mode:
authorIan Pedowitz <ijpedowitz@google.com>2018-06-14 08:54:43 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-06-14 08:54:43 +0200
commit26f86099aff8cd85290741ef4bc87c9c5d895716 (patch)
treeaa572b31d4f9ab0aeeb1d184442591c4a454e1aa /updater_sample/Android.mk
parentMerge "screen_ui: Move the call to gr_init() into Init()." am: 4264ee890e am: 2a3c46a068 (diff)
parentMerge "Revert "updater_sample: add proguard.flags"" am: ac752b3ed8 (diff)
downloadandroid_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar.gz
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar.bz2
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar.lz
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar.xz
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar.zst
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.zip
Diffstat (limited to 'updater_sample/Android.mk')
-rw-r--r--updater_sample/Android.mk5
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)