commit | 155fa8c6f7030001906da4b6a97e4d6d26f96c6b | [log] [tgz] |
---|---|---|
author | Keisuke Kuroyanagi <ksk@google.com> | Fri Aug 01 13:52:20 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Aug 01 13:52:20 2014 +0000 |
tree | 95d293648e37494000fb951adf1d70364d5433ac | |
parent | abbdb33b7b84592e27801188594756591e3314ce [diff] | |
parent | c0c674cdc0721a374e140ad5ee1409c0498b3262 [diff] |
am c0c674cd: Make MmappedBuffer use byte array view. * commit 'c0c674cdc0721a374e140ad5ee1409c0498b3262': Make MmappedBuffer use byte array view.
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