commit | c3aa85cbe22a7498f106885ed92435cdb971da0b | [log] [tgz] |
---|---|---|
author | Keisuke Kuroyanagi <ksk@google.com> | Fri Aug 01 13:52:15 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Aug 01 13:52:15 2014 +0000 |
tree | 1047eab1e2586c95eff8022acdd6327ade2695c9 | |
parent | 4a4ab6f69cabf63ac0c3978474218ebd2a42369a [diff] | |
parent | 211370a3dabf138eb7e1f3e019f52c008b6771db [diff] |
am 211370a3: Merge "Add memory view class for int and uint8_t." into lmp-dev * commit '211370a3dabf138eb7e1f3e019f52c008b6771db': Add memory view class for int and uint8_t.
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