commit | f9c68364d3cf3758a2e7f1692632658c69150ba8 | [log] [tgz] |
---|---|---|
author | Keisuke Kuroyanagi <ksk@google.com> | Thu Jul 31 13:27:46 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Jul 31 13:27:46 2014 +0000 |
tree | 36909245b394759c3d0b86e69d23546be9bed947 | |
parent | 8032d2953a5392a55c9707f4193c2115a188ef53 [diff] | |
parent | de5c3a2562bbddc0f3d95619a1b3b1318b9598fd [diff] |
am de5c3a25: Construct TrieMap from existing buffer. * commit 'de5c3a2562bbddc0f3d95619a1b3b1318b9598fd': Construct TrieMap from existing buffer.
diff --git a/tools/dicttool/NativeLib.mk b/tools/dicttool/NativeLib.mk index 028025d..ffb32ed 100644 --- a/tools/dicttool/NativeLib.mk +++ b/tools/dicttool/NativeLib.mk
@@ -34,7 +34,6 @@ LOCAL_MULTILIB := 64 endif #HOST_JDK_IS_64BIT_VERSION -LOCAL_CLANG := true # For C++11 LOCAL_CFLAGS += -std=c++11