Use -Werror in external/aac

Bug: 66996870
Test: build with WITH_TIDY=1
Exempt-From-Owner-Approval: Colin +2 should be the owner approval
Change-Id: I167f73ee9dc5e977fd6976f48732ae1e1fe13c8b
This commit is contained in:
Chih-Hung Hsieh 2017-09-27 10:17:29 -07:00 committed by Chih-hung Hsieh
parent 32b8bd3dc9
commit 3e8a17c1c1
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ cc_library_static {
"libSBRenc/src/*.cpp",
],
cflags: [
"-Werror",
"-Wno-constant-conversion",
"-Wno-sequence-point",
"-Wno-extra",
"-Wno-#warnings",