commit | 65e48386efda1ee46f07c84cab1056b0ffb277b5 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Oct 05 14:27:01 2017 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Oct 05 14:27:01 2017 -0700 |
tree | b8dc6e5a29db86ea60a8e1fb0dfb1e95170a1872 | |
parent | 0c47ec9a824963f42640927b8d0a237bf8ce2ea7 [diff] [blame] |
Use -Werror in frameworks/native/services Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I391c6ae2c791b8bad013efea1b05e7f3caf2a2b5
diff --git a/services/schedulerservice/Android.bp b/services/schedulerservice/Android.bp index ca91b8e..0227164 100644 --- a/services/schedulerservice/Android.bp +++ b/services/schedulerservice/Android.bp
@@ -3,6 +3,7 @@ srcs: [ "SchedulingPolicyService.cpp", ], + cflags: ["-Wall", "-Werror"], shared_libs: [ "libhidlbase", "libhidltransport",