Use -Werror in external/libavc am: 4852fbb62a

am: a93c0e8b18

Change-Id: Ie7da35c837c73b423a31370b2d1abff483f7adca
This commit is contained in:
Chih-Hung Hsieh 2017-10-15 03:54:39 +00:00 committed by android-build-merger
commit b683d3d275
2 changed files with 11 additions and 0 deletions

View file

@ -4,6 +4,9 @@ cc_library_static {
cflags: [
"-fPIC",
"-O3",
"-Wall",
"-Werror",
"-Wno-unused-variable",
],
export_include_dirs: [
@ -238,6 +241,9 @@ cc_library_static {
"-fPIC",
"-O3",
"-Wall",
"-Werror",
"-Wno-error=constant-conversion",
],
export_include_dirs: [

View file

@ -7,6 +7,8 @@ cc_test {
"-DARM",
"-DMD5_DISABLE",
"-fPIC",
"-Wall",
"-Werror",
],
local_include_dirs: [
"decoder/",
@ -26,6 +28,9 @@ cc_test {
"-DMD5_DISABLE",
"-fPIC",
"-pie",
"-Wall",
"-Werror",
"-Wno-unused-variable",
],
local_include_dirs: [
"encoder/",