minui: Do not overwrite previously set CFLAGS

Change-Id: Ifa5bcffa12c045cb629974684882f1e0f56dcce6
This commit is contained in:
Andreas Schneider
2017-11-29 18:01:16 +01:00
committed by Dees Troy
parent 41a5f72b02
commit 75847daf15
+2 -2
View File
@@ -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