aboutsummaryrefslogtreecommitdiffstats
path: root/native/dicttoolkit/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-10-07 15:41:05 -0700
committerElliott Hughes <enh@google.com>2016-10-07 15:41:05 -0700
commit8fd22fa4942496033c0a32db95aed724a1688634 (patch)
treeae9d49a151168f4a7e8bdf4cba24e356cbb175ae /native/dicttoolkit/Android.mk
parent8181498163f088f2dbd5fa093e6f6beb3445a848 (diff)
downloadlatinime-8fd22fa4942496033c0a32db95aed724a1688634.tar.gz
latinime-8fd22fa4942496033c0a32db95aed724a1688634.tar.xz
latinime-8fd22fa4942496033c0a32db95aed724a1688634.zip
Rely on the platform -std default.
Bug: http://b/32019064 Test: builds Change-Id: I17611b6d9598992bd52cf3dc93509f0f5e0bdcde
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