commit | b922c2ece0015071925bdb9fc84984c9df00aee5 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Nov 29 14:00:30 2017 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Nov 29 14:00:30 2017 -0800 |
tree | 0a434aae7a7b4f416e8843823bf28c1a7f859f12 | |
parent | a9f0a7be854d844412a39538862901ca68797045 [diff] [blame] |
Use -Werror in frameworks/av/media/libaaudio/examples. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I758a62b26d3c66727963083fa479b995f6696c87
diff --git a/media/libaaudio/examples/loopback/Android.bp b/media/libaaudio/examples/loopback/Android.bp index 2b624a8..fa8fdc9 100644 --- a/media/libaaudio/examples/loopback/Android.bp +++ b/media/libaaudio/examples/loopback/Android.bp
@@ -2,6 +2,7 @@ name: "aaudio_loopback", gtest: false, srcs: ["src/loopback.cpp"], + cflags: ["-Wall", "-Werror"], shared_libs: ["libaaudio"], header_libs: ["libaaudio_example_utils"], }