Merge "Remove clang: true"
diff --git a/Android.bp b/Android.bp
index 93e07e3..dac670c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -71,7 +71,6 @@
         },
     },
     export_include_dirs: ["."],
-    clang: true,
 }
 
 // For the host and device platform
@@ -105,7 +104,6 @@
 // =====================================================
 
 cc_test {
-    clang: true,
     host_supported: true,
     gtest: false,
     srcs: ["pngtest.c"],