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

Commit 75847daf authored by Andreas Schneider's avatar Andreas Schneider Committed by Dees Troy
Browse files

minui: Do not overwrite previously set CFLAGS

Change-Id: Ifa5bcffa12c045cb629974684882f1e0f56dcce6
parent 41a5f72b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,8 +62,8 @@ LOCAL_STATIC_LIBRARIES := \
    libpng \
    libbase

LOCAL_CFLAGS := -Werror -std=c++14
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_CFLAGS += -Werror -std=c++14
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include

LOCAL_MODULE := libminui