summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-09 20:05:44 +0200
committerTao Bao <tbao@google.com>2018-05-11 05:46:46 +0200
commite5d2c25ecf8aeaa1f1dee9215cb70b82a9f74d45 (patch)
treecf03b5a184d097fc8a2169c3c6cd2e7b5db5ab56 /Android.mk
parentMerge "Document the clang-format usage." (diff)
downloadandroid_bootable_recovery-e5d2c25ecf8aeaa1f1dee9215cb70b82a9f74d45.tar
android_bootable_recovery-e5d2c25ecf8aeaa1f1dee9215cb70b82a9f74d45.tar.gz
android_bootable_recovery-e5d2c25ecf8aeaa1f1dee9215cb70b82a9f74d45.tar.bz2
android_bootable_recovery-e5d2c25ecf8aeaa1f1dee9215cb70b82a9f74d45.tar.lz
android_bootable_recovery-e5d2c25ecf8aeaa1f1dee9215cb70b82a9f74d45.tar.xz
android_bootable_recovery-e5d2c25ecf8aeaa1f1dee9215cb70b82a9f74d45.tar.zst
android_bootable_recovery-e5d2c25ecf8aeaa1f1dee9215cb70b82a9f74d45.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),)