aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 19:49:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 19:49:11 +0000
commit3b38baff9f66ff8725e54e72f29f06988b1bb84d (patch)
tree1e93fc9bdd44a77dbb2a3d9f19915eaf8066bec2
parent55339e4a4f462ae38139c86f43ca8a09925bf2eb (diff)
parent99894349998e9d8e7d974877b758de57f2fc858e (diff)
downloadwebp-o-mr1-iot-preview-6.tar.gz
Merge "Use -Werror in external/webp"android-o-mr1-iot-preview-6o-mr1-iot-preview-6
am: 9989434999 Change-Id: I72a8dc4cc161bf8034c56aadc2b8d2a69c9ba8f9
-rw-r--r--src/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Android.bp b/src/Android.bp
index 4e3b0668..e695bfd4 100644
--- a/src/Android.bp
+++ b/src/Android.bp
@@ -93,6 +93,8 @@ cc_library_static {
"-O2",
"-DANDROID",
"-DWEBP_SWAP_16BIT_CSP",
+ "-Wall",
+ "-Werror",
],
local_include_dirs: ["enc"],
@@ -174,6 +176,8 @@ cc_library_static {
"-O2",
"-DANDROID",
"-DWEBP_SWAP_16BIT_CSP",
+ "-Wall",
+ "-Werror",
],
local_include_dirs: ["dec"],