summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-11 19:54:10 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-11 19:54:10 +0200
commitbd32e1b50b5d88a4c500b4f26ea6b7a0c7e87f93 (patch)
tree9ddd68a37808e4a80e02fade1b24c9db1b20075d /Android.mk
parentMerge "updater_sample: add HAL compatibility check" (diff)
parentMerge "recovery: Configure device menu based on runtime info." (diff)
downloadandroid_bootable_recovery-bd32e1b50b5d88a4c500b4f26ea6b7a0c7e87f93.tar
android_bootable_recovery-bd32e1b50b5d88a4c500b4f26ea6b7a0c7e87f93.tar.gz
android_bootable_recovery-bd32e1b50b5d88a4c500b4f26ea6b7a0c7e87f93.tar.bz2
android_bootable_recovery-bd32e1b50b5d88a4c500b4f26ea6b7a0c7e87f93.tar.lz
android_bootable_recovery-bd32e1b50b5d88a4c500b4f26ea6b7a0c7e87f93.tar.xz
android_bootable_recovery-bd32e1b50b5d88a4c500b4f26ea6b7a0c7e87f93.tar.zst
android_bootable_recovery-bd32e1b50b5d88a4c500b4f26ea6b7a0c7e87f93.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index afbc950fe..9dfb5f62c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -185,10 +185,6 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_HAL_STATIC_LIBRARIES := libhealthd
-ifeq ($(AB_OTA_UPDATER),true)
- LOCAL_CFLAGS += -DAB_OTA_UPDATER=1
-endif
-
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin
ifeq ($(BOARD_CACHEIMAGE_PARTITION_SIZE),)