Format Android.bp files
with:
cd hardware/google/gfxstream
bpfmt -w .
Bug: n/a
Test: presubmit
Change-Id: I7ddc78f076eacf8459b588d08caee470900e692e
diff --git a/Android.bp b/Android.bp
index 87d3ff0..09c58d4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -147,16 +147,16 @@
cflags: [
"-U__ANDROID__",
"-UANDROID",
- ]
+ ],
},
android: {
compile_multilib: "64",
- shared_libs: [ "libnativewindow", ],
+ shared_libs: ["libnativewindow"],
},
linux_bionic_arm64: {
enabled: true,
- cflags: [ "-Dandroidbionic", ],
- }
+ cflags: ["-Dandroidbionic"],
+ },
},
host_supported: true,
vendor_available: true,