diff options
| author | Elliott Hughes <enh@google.com> | 2018-02-16 17:58:14 -0800 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2018-02-16 17:58:14 -0800 |
| commit | dc699a269f6a22af6cbba0f6e1359fde103dc4d3 (patch) | |
| tree | db8830dc9e776480c4bc2170d276582d57a9a83a /libutils/tests | |
| parent | 8c0c1ba98939a201f758fc3952ab59c7429132c2 (diff) | |
| download | system_core-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.tar.gz system_core-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.tar.bz2 system_core-dc699a269f6a22af6cbba0f6e1359fde103dc4d3.zip | |
bpfmt.
Bug: N/A
Test: builds
Change-Id: I89ad00e1c4c7e0767bc80a7ac7935a4d55e090ac
Diffstat (limited to 'libutils/tests')
| -rw-r--r-- | libutils/tests/Android.bp | 10 |
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"], } |
