summaryrefslogtreecommitdiffstats
path: root/updater_sample/Android.mk
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-06-01 01:21:11 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-06-01 01:21:11 +0200
commita37a085a1177e4b49e6042b2d15ef8f1765a17d7 (patch)
tree9c07e4b962f81e7a0f44edbfe812343397ffd3c9 /updater_sample/Android.mk
parentMerge "updater_sample: Improve update completion handling" (diff)
parentMerge "updater_sample: Add @GuardedBy" (diff)
downloadandroid_bootable_recovery-a37a085a1177e4b49e6042b2d15ef8f1765a17d7.tar
android_bootable_recovery-a37a085a1177e4b49e6042b2d15ef8f1765a17d7.tar.gz
android_bootable_recovery-a37a085a1177e4b49e6042b2d15ef8f1765a17d7.tar.bz2
android_bootable_recovery-a37a085a1177e4b49e6042b2d15ef8f1765a17d7.tar.lz
android_bootable_recovery-a37a085a1177e4b49e6042b2d15ef8f1765a17d7.tar.xz
android_bootable_recovery-a37a085a1177e4b49e6042b2d15ef8f1765a17d7.tar.zst
android_bootable_recovery-a37a085a1177e4b49e6042b2d15ef8f1765a17d7.zip
Diffstat (limited to 'updater_sample/Android.mk')
-rw-r--r--updater_sample/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/Android.mk b/updater_sample/Android.mk
index 056ad66be..7662111b7 100644
--- a/updater_sample/Android.mk
+++ b/updater_sample/Android.mk
@@ -18,8 +18,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PACKAGE_NAME := SystemUpdaterSample
-LOCAL_SDK_VERSION := system_current
LOCAL_MODULE_TAGS := samples
+LOCAL_SDK_VERSION := system_current
# TODO: enable proguard and use proguard.flags file
LOCAL_PROGUARD_ENABLED := disabled