Deleted clang property in Android.bp files

Deleted deprecated clang property in Android.bp files using bpmodify.

Bug: 208980553
Test: treehugger
Change-Id: Ia20c730fefe4ebb2268780260f5756dcf687ccc5
diff --git a/Android.bp b/Android.bp
index c113ed0..8f413c4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,8 +12,6 @@
         "-Wno-unused-parameter",
     ],
 
-    clang: true,
-
     tidy: true,
     tidy_checks: [
         "-*",
@@ -168,7 +166,7 @@
     ],
     whole_static_libs: [
         "com.android.sysprop.apex",
-        "libc++fs"
+        "libc++fs",
     ],
 }
 
@@ -209,7 +207,7 @@
                 "libarcvolume",
             ],
         },
-	},
+    },
 }
 
 cc_binary {
@@ -248,7 +246,10 @@
     name: "vold_prepare_subdirs",
     defaults: ["vold_default_flags"],
 
-    srcs: ["vold_prepare_subdirs.cpp", "Utils.cpp"],
+    srcs: [
+        "vold_prepare_subdirs.cpp",
+        "Utils.cpp",
+    ],
     shared_libs: [
         "libbase",
         "libcutils",