Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b145e43a authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Add the missing LOCAL_CFLAGS for librecovery.

am: 25dbe171

Change-Id: Ie69a29ae06c2f5081b0532cbc6c9c32898187bec
parents 33ebf7be 25dbe171
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -47,6 +47,11 @@ LOCAL_SRC_FILES := \
    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 \