summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-05-24 02:43:41 +0200
committerElliott Hughes <enh@google.com>2016-05-24 02:44:50 +0200
commit01fcbe160bd49891c0680b80c5688cd4feb2adbc (patch)
treef2f6c428f7b751fe2e589bbe73d7d77f9777a738 /Android.mk
parentMerge "Allow recovery to return error codes" into nyc-dev (diff)
downloadandroid_bootable_recovery-01fcbe160bd49891c0680b80c5688cd4feb2adbc.tar
android_bootable_recovery-01fcbe160bd49891c0680b80c5688cd4feb2adbc.tar.gz
android_bootable_recovery-01fcbe160bd49891c0680b80c5688cd4feb2adbc.tar.bz2
android_bootable_recovery-01fcbe160bd49891c0680b80c5688cd4feb2adbc.tar.lz
android_bootable_recovery-01fcbe160bd49891c0680b80c5688cd4feb2adbc.tar.xz
android_bootable_recovery-01fcbe160bd49891c0680b80c5688cd4feb2adbc.tar.zst
android_bootable_recovery-01fcbe160bd49891c0680b80c5688cd4feb2adbc.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 65d123a86..9a064f236 100644
--- a/Android.mk
+++ b/Android.mk
@@ -93,6 +93,10 @@ ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
LOCAL_STATIC_LIBRARIES += libext4_utils_static libz
endif
+ifeq ($(AB_OTA_UPDATER),true)
+ LOCAL_CFLAGS += -DAB_OTA_UPDATER=1
+endif
+
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin
ifeq ($(TARGET_RECOVERY_UI_LIB),)