Merge "Mark the module as VNDK or VNDK-SP in Android.bp"
diff --git a/Android.bp b/Android.bp
index a5c78ee..9f16bba 100644
--- a/Android.bp
+++ b/Android.bp
@@ -71,7 +71,6 @@
         },
     },
     export_include_dirs: ["."],
-    clang: true,
 }
 
 // For the host and device platform
@@ -108,7 +107,6 @@
 // =====================================================
 
 cc_test {
-    clang: true,
     host_supported: true,
     gtest: false,
     srcs: ["pngtest.c"],