diff options
author | Chih-Hung Hsieh <chh@google.com> | 2017-10-07 00:45:22 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-07 00:45:22 +0000 |
commit | 82440fab169e32ae16f6ea514cbdacffa752aef8 (patch) | |
tree | 8f5f5876c97c230d9332677dac431be4d4c4dc9c | |
parent | afe3b88936c7c2496b5e54129caae8efb63e64c4 (diff) | |
parent | f38aee225238809beadd2c7118b923aba940b1ea (diff) |
Merge "Use -Werror in external/aac"
am: f38aee2252
Change-Id: I65c18c6eb45de16da43e862068929e9a9695caf7
-rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ cc_library_static { "libSBRenc/src/*.cpp", ], cflags: [ + "-Werror", + "-Wno-constant-conversion", "-Wno-sequence-point", "-Wno-extra", "-Wno-#warnings", |