aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dicttool/NativeLib.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 /tools/dicttool/NativeLib.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 'tools/dicttool/NativeLib.mk')
-rw-r--r--tools/dicttool/NativeLib.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/dicttool/NativeLib.mk b/tools/dicttool/NativeLib.mk
index ffb32edbe..622a9f171 100644
--- a/tools/dicttool/NativeLib.mk
+++ b/tools/dicttool/NativeLib.mk
@@ -34,9 +34,6 @@ ifneq ($(strip $(HOST_JDK_IS_64BIT_VERSION)),)
LOCAL_MULTILIB := 64
endif #HOST_JDK_IS_64BIT_VERSION
-# For C++11
-LOCAL_CFLAGS += -std=c++11
-
LATINIME_NATIVE_JNI_DIR := $(LATINIME_DIR_RELATIVE_TO_DICTTOOL)/native/jni
LATINIME_NATIVE_SRC_DIR := $(LATINIME_DIR_RELATIVE_TO_DICTTOOL)/native/jni/src
LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(LATINIME_NATIVE_SRC_DIR)