aboutsummaryrefslogtreecommitdiffstats
path: root/native/dicttoolkit/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-10-08 21:48:37 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-08 21:48:37 +0000
commit7493c3bc60b9ab33c8276b8fae784903e2f3e23d (patch)
treeae9d49a151168f4a7e8bdf4cba24e356cbb175ae /native/dicttoolkit/Android.mk
parent8181498163f088f2dbd5fa093e6f6beb3445a848 (diff)
parentd2af70179eb9d4b54ac802a5f147c81106590f10 (diff)
downloadlatinime-7493c3bc60b9ab33c8276b8fae784903e2f3e23d.tar.gz
latinime-7493c3bc60b9ab33c8276b8fae784903e2f3e23d.tar.xz
latinime-7493c3bc60b9ab33c8276b8fae784903e2f3e23d.zip
Merge "Rely on the platform -std default."
am: d2af70179e Change-Id: Iebe15bbb8e8a6412d777ff305f2f4d4aa9c8724e
Diffstat (limited to 'native/dicttoolkit/Android.mk')
-rw-r--r--native/dicttoolkit/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/dicttoolkit/Android.mk b/native/dicttoolkit/Android.mk
index 118682dfc..4befecf4a 100644
--- a/native/dicttoolkit/Android.mk
+++ b/native/dicttoolkit/Android.mk
@@ -36,7 +36,7 @@ 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.
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function
-LOCAL_CFLAGS += -std=c++11 -Wno-unused-parameter -Wno-unused-function
+LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function
include $(LOCAL_PATH)/NativeFileList.mk
include $(LATIN_IME_CORE_PATH)/NativeFileList.mk