minui: Do not overwrite previously set CFLAGS
Change-Id: Ifa5bcffa12c045cb629974684882f1e0f56dcce6
This commit is contained in:
committed by
Dees Troy
parent
41a5f72b02
commit
75847daf15
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user