diff options
author | Tao Bao <tbao@google.com> | 2018-05-11 19:54:10 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-05-11 19:54:10 +0200 |
commit | bd32e1b50b5d88a4c500b4f26ea6b7a0c7e87f93 (patch) | |
tree | 9ddd68a37808e4a80e02fade1b24c9db1b20075d /Android.mk | |
parent | Merge "updater_sample: add HAL compatibility check" (diff) | |
parent | Merge "recovery: Configure device menu based on runtime info." (diff) | |
download | android_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.mk | 4 |
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),) |