commit | 2d508203c64f50ed47fb87c24ae5ebbfb0610a36 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Mon Aug 25 04:41:35 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Mon Aug 25 04:41:35 2014 +0000 |
tree | 3ef70719c2125291add1b04711d7216c49180f77 | |
parent | 02716083158c3affbcfc719ff6471112d7397578 [diff] | |
parent | 8681287cd65f9d96187aab0703121881c8eba6c6 [diff] |
am 8681287c: Fix build due to an illegal character * commit '8681287cd65f9d96187aab0703121881c8eba6c6': Fix build due to an illegal character
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