summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-11 19:34:01 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-11 19:34:01 +0200
commite498ef2f034cf223b06287b904d1a7d61faba40a (patch)
tree9ddd68a37808e4a80e02fade1b24c9db1b20075d /Android.mk
parentMerge "updater_sample: add HAL compatibility check" (diff)
parentrecovery: Configure device menu based on runtime info. (diff)
downloadandroid_bootable_recovery-e498ef2f034cf223b06287b904d1a7d61faba40a.tar
android_bootable_recovery-e498ef2f034cf223b06287b904d1a7d61faba40a.tar.gz
android_bootable_recovery-e498ef2f034cf223b06287b904d1a7d61faba40a.tar.bz2
android_bootable_recovery-e498ef2f034cf223b06287b904d1a7d61faba40a.tar.lz
android_bootable_recovery-e498ef2f034cf223b06287b904d1a7d61faba40a.tar.xz
android_bootable_recovery-e498ef2f034cf223b06287b904d1a7d61faba40a.tar.zst
android_bootable_recovery-e498ef2f034cf223b06287b904d1a7d61faba40a.zip
Diffstat (limited to '')
-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),)