Remove LOCAL_CLANG
am: 7a3f3ef53e

Change-Id: Ie85980614caaf7e622a6deebdd672c507f9e6e63
diff --git a/tools/bootio/Android.mk b/tools/bootio/Android.mk
index c40560e..bbf9e9f 100644
--- a/tools/bootio/Android.mk
+++ b/tools/bootio/Android.mk
@@ -53,8 +53,6 @@
 LOCAL_SHARED_LIBRARIES := $(bootio_shared_libs)
 LOCAL_PROTOC_OPTIMIZE_TYPE := lite
 LOCAL_SRC_FILES := $(bootio_lib_src_files)
-# Clang is required because of C++14
-LOCAL_CLANG := true
 
 include $(BUILD_SHARED_LIBRARY)
 
@@ -72,7 +70,5 @@
 
 LOCAL_INIT_RC := bootio.rc
 LOCAL_SRC_FILES := $(bootio_src_files)
-# Clang is required because of C++14
-LOCAL_CLANG := true
 
 include $(BUILD_EXECUTABLE)