Fix bpfmt
Bug: N/A
Test: N/A
Flag: NONE trivial format change
Change-Id: I8f6293dcc47a4ead347c4861ba929d4b3042c311
diff --git a/tests/Android.bp b/tests/Android.bp
index 743c856..eaba770 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -9,7 +9,10 @@
cc_library_host_shared {
name: "libsepolwrap",
srcs: ["sepol_wrap.cpp"],
- cflags: ["-Wall", "-Werror",],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ ],
export_include_dirs: ["include"],
stl: "c++_static",
@@ -137,7 +140,7 @@
],
test_options: {
unit_test: true,
- }
+ },
}
python_binary_host {