diff options
Diffstat (limited to 'init/test_service/Android.bp')
| -rw-r--r-- | init/test_service/Android.bp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/init/test_service/Android.bp b/init/test_service/Android.bp index 63996993a..8bd16a74f 100644 --- a/init/test_service/Android.bp +++ b/init/test_service/Android.bp @@ -17,7 +17,10 @@ cc_binary { name: "test_service", srcs: ["test_service.cpp"], - cflags: ["-Wall", "-Werror"], + cflags: [ + "-Wall", + "-Werror", + ], shared_libs: ["libbase"], init_rc: ["test_service.rc"], } |
