commit | 0b2e2db9192186f60ec587b019700e3ce83124b0 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Tue Jul 29 18:01:24 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Tue Jul 29 18:01:24 2014 +0000 |
tree | 08438101d8100e62576206a734c2c0f9c0297385 | |
parent | c9bba853fa00f03bfc9b49931e320957adc15b20 [diff] | |
parent | ece7240c7ac09b1448998c202f991d0acd4bab01 [diff] |
am ece7240c: Don\'t build dicttool unless it\'s explicitly requested. * commit 'ece7240c7ac09b1448998c202f991d0acd4bab01': Don't build dicttool unless it's explicitly requested.
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