commit | 2a2d324eb627807a9d09b491fbb4ac78ffb253fc | [log] [tgz] |
---|---|---|
author | Jean Chalard <jchalard@google.com> | Tue Aug 26 12:25:59 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Tue Aug 26 12:25:59 2014 +0000 |
tree | ff2659369eb2c6e7d4a0400fcdb3cf10b40c518d | |
parent | abf05cc0da1ead7e270a7c99bf9f000dabf91f5b [diff] | |
parent | 8380f921f7edaeea2033a1e967a14941400fe246 [diff] |
am 8380f921: Fix a bug where the top prediction would disappear. * commit '8380f921f7edaeea2033a1e967a14941400fe246': Fix a bug where the top prediction would disappear.
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