commit | b7b8b3df4b1ab4a92b85b7d39f3c3f6f1d96eaaa | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Oct 05 14:26:36 2017 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Oct 05 14:26:36 2017 -0700 |
tree | bc5e3ae90f5695c68f27b31f3abe1c4ae7e27d89 | |
parent | 0c47ec9a824963f42640927b8d0a237bf8ce2ea7 [diff] [blame] |
Use -Werror in frameworks/native/libs/sensor Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ie48b1a09ef38598038a251296b9caa87bc74cbb3
diff --git a/libs/sensor/tests/Android.bp b/libs/sensor/tests/Android.bp index 9d530fc..9fd84bc 100644 --- a/libs/sensor/tests/Android.bp +++ b/libs/sensor/tests/Android.bp
@@ -17,6 +17,8 @@ clang: true, + cflags: ["-Wall", "-Werror"], + srcs: [ "Sensor_test.cpp", ],