commit | 01fcbe160bd49891c0680b80c5688cd4feb2adbc | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon May 23 17:43:41 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue May 24 00:44:50 2016 +0000 |
tree | f2f6c428f7b751fe2e589bbe73d7d77f9777a738 | |
parent | 3aabd770d916019d0656bbcd8b102a4033a26a38 [diff] [blame] |
Disable the meaningless parts of the UI for A/B. Bug: http://b/28748484 Change-Id: Ie86a265f4699503471e7c717d65677a916dbd25b
diff --git a/Android.mk b/Android.mk index 65d123a..9a064f2 100644 --- a/Android.mk +++ b/Android.mk
@@ -93,6 +93,10 @@ LOCAL_STATIC_LIBRARIES += libext4_utils_static libz endif +ifeq ($(AB_OTA_UPDATER),true) + LOCAL_CFLAGS += -DAB_OTA_UPDATER=1 +endif + LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin ifeq ($(TARGET_RECOVERY_UI_LIB),)