summaryrefslogtreecommitdiffstats
path: root/libutils/tests
diff options
context:
space:
mode:
Diffstat (limited to 'libutils/tests')
-rw-r--r--libutils/tests/Android.bp10
1 files changed, 8 insertions, 2 deletions
diff --git a/libutils/tests/Android.bp b/libutils/tests/Android.bp
index a3e7ffe73..1390552fa 100644
--- a/libutils/tests/Android.bp
+++ b/libutils/tests/Android.bp
@@ -77,7 +77,10 @@ cc_test_library {
host_supported: true,
relative_install_path: "libutils_tests",
srcs: ["Singleton_test1.cpp"],
- cflags: ["-Wall", "-Werror"],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ ],
}
cc_test_library {
@@ -85,6 +88,9 @@ cc_test_library {
host_supported: true,
relative_install_path: "libutils_tests",
srcs: ["Singleton_test2.cpp"],
- cflags: ["-Wall", "-Werror"],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ ],
shared_libs: ["libutils_tests_singleton1"],
}