diff options
author | 2014-07-24 21:25:56 +0000 | |
---|---|---|
committer | 2014-07-24 21:25:56 +0000 | |
commit | ea3bc5caac38ccfd59c4fba957b4102e049e8f9f (patch) | |
tree | fae49578957b85034fda35e240137f1c62d038f0 | |
parent | 578c6311548e3f85e6b8c8800a66eb252e6b42f7 (diff) | |
parent | da9cc77339b18e3624efe99684a4d1511a02a8f9 (diff) | |
download | latinime-ea3bc5caac38ccfd59c4fba957b4102e049e8f9f.tar.gz latinime-ea3bc5caac38ccfd59c4fba957b4102e049e8f9f.tar.xz latinime-ea3bc5caac38ccfd59c4fba957b4102e049e8f9f.zip |
am da9cc773: resolved conflicts for merge of 159474f2 to lmp-dev-plus-aosp
* commit 'da9cc77339b18e3624efe99684a4d1511a02a8f9':
Use default compiler flags for dicttool.
-rw-r--r-- | tools/dicttool/NativeLib.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/dicttool/NativeLib.mk b/tools/dicttool/NativeLib.mk index 028025d91..ffb32edbe 100644 --- a/tools/dicttool/NativeLib.mk +++ b/tools/dicttool/NativeLib.mk @@ -34,7 +34,6 @@ ifneq ($(strip $(HOST_JDK_IS_64BIT_VERSION)),) LOCAL_MULTILIB := 64 endif #HOST_JDK_IS_64BIT_VERSION -LOCAL_CLANG := true # For C++11 LOCAL_CFLAGS += -std=c++11 |