commit | b145e43a080cb048193f154526512acd9292ac5b | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Apr 13 17:34:28 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 13 17:34:28 2017 +0000 |
tree | 909890c200b57f873f2db8652645a540de63b8cc | |
parent | 33ebf7bea44a3cec877cc8917c98f39ee2cbf657 [diff] | |
parent | 25dbe1717e3096ee59bfa4385cbcf80a972016a6 [diff] |
Add the missing LOCAL_CFLAGS for librecovery. am: 25dbe1717e Change-Id: Ie69a29ae06c2f5081b0532cbc6c9c32898187bec
diff --git a/Android.mk b/Android.mk index 1b83d75..9e374de 100644 --- a/Android.mk +++ b/Android.mk
@@ -47,6 +47,11 @@ install.cpp LOCAL_CFLAGS := -Wno-unused-parameter -Werror LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION) + +ifeq ($(AB_OTA_UPDATER),true) + LOCAL_CFLAGS += -DAB_OTA_UPDATER=1 +endif + LOCAL_MODULE := librecovery LOCAL_STATIC_LIBRARIES := \ libminui \