Merge "Deleted clang property in Android.bp files"
diff --git a/identity/Android.bp b/identity/Android.bp
index c69ead1..5b8a10e 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -19,7 +19,7 @@
     sanitize: {
         misc_undefined : ["integer"],
     },
-    clang : true,
+
 }
 
 cc_binary {
diff --git a/keystore/Android.bp b/keystore/Android.bp
index 892c5b4..221ead9 100644
--- a/keystore/Android.bp
+++ b/keystore/Android.bp
@@ -31,7 +31,6 @@
         ],
     },
 
-    clang: true,
 }
 
 cc_binary {