am 0b1fa0c1: Cleanup: C++11 doesn\'t require a space between angle brackets

* commit '0b1fa0c1c7572893365c019780357a817158e5ea':
  Cleanup: C++11 doesn't require a space between angle brackets
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