Remove -std=c++11 as it is enabled by default now
Change-Id: I53edb2f3d281d78c0301474d65e60f86cc6ff363
This commit is contained in:
parent
da93bc54b2
commit
f6c29aa52b
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ LOCAL_CFLAGS += -Werror -Wall -Wextra -Weffc++ -Wformat=2 -Wcast-qual -Wcast-ali
|
||||||
# To suppress compiler warnings for unused variables/functions used for debug features etc.
|
# To suppress compiler warnings for unused variables/functions used for debug features etc.
|
||||||
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function
|
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function
|
||||||
|
|
||||||
# For C++11
|
|
||||||
LOCAL_CFLAGS += -std=c++11
|
|
||||||
|
|
||||||
include $(LOCAL_PATH)/NativeFileList.mk
|
include $(LOCAL_PATH)/NativeFileList.mk
|
||||||
|
|
||||||
LOCAL_SRC_FILES := \
|
LOCAL_SRC_FILES := \
|
||||||
|
|
Loading…
Reference in a new issue