mirror of https://github.com/mstorsjo/fdk-aac.git
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:
parent
32b8bd3dc9
commit
3e8a17c1c1
|
@ -12,6 +12,8 @@ cc_library_static {
|
|||
"libSBRenc/src/*.cpp",
|
||||
],
|
||||
cflags: [
|
||||
"-Werror",
|
||||
"-Wno-constant-conversion",
|
||||
"-Wno-sequence-point",
|
||||
"-Wno-extra",
|
||||
"-Wno-#warnings",
|
||||
|
|
Loading…
Reference in New Issue