From dc699a269f6a22af6cbba0f6e1359fde103dc4d3 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 16 Feb 2018 17:58:14 -0800 Subject: bpfmt. Bug: N/A Test: builds Change-Id: I89ad00e1c4c7e0767bc80a7ac7935a4d55e090ac --- libutils/tests/Android.bp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'libutils/tests') 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"], } -- cgit v1.2.3