diff options
author | Tao Bao <tbao@google.com> | 2018-05-11 19:57:40 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-05-11 19:57:40 +0200 |
commit | 20976a0913783e0766b9982aaeb64ebe44f640d5 (patch) | |
tree | 7f32a324c4e04b05c1adb0610e24c37fa184d8d3 /Android.mk | |
parent | Merge "updater_sample: add HAL compatibility check" am: 563d34f712 (diff) | |
parent | Merge "recovery: Configure device menu based on runtime info." (diff) | |
download | android_bootable_recovery-20976a0913783e0766b9982aaeb64ebe44f640d5.tar android_bootable_recovery-20976a0913783e0766b9982aaeb64ebe44f640d5.tar.gz android_bootable_recovery-20976a0913783e0766b9982aaeb64ebe44f640d5.tar.bz2 android_bootable_recovery-20976a0913783e0766b9982aaeb64ebe44f640d5.tar.lz android_bootable_recovery-20976a0913783e0766b9982aaeb64ebe44f640d5.tar.xz android_bootable_recovery-20976a0913783e0766b9982aaeb64ebe44f640d5.tar.zst android_bootable_recovery-20976a0913783e0766b9982aaeb64ebe44f640d5.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk index dbd2eb788..234bd867e 100644 --- a/Android.mk +++ b/Android.mk @@ -197,10 +197,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),) |