aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-10 08:05:07 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-10 08:05:07 +0000
commit1b57d66ff4846a16e102eb5a0b87ddc8d7f11cef (patch)
treed717aedc0706efe89afade1e85802d397802c6b0
parent3e1946ee4aeb05bc655246a9f5c5c77e945e14b1 (diff)
parent762b7b666bd1fffe6571b0d1c67d72bdf8d0d456 (diff)
downloadplatform_external_libcups-1b57d66ff4846a16e102eb5a0b87ddc8d7f11cef.tar.gz
platform_external_libcups-1b57d66ff4846a16e102eb5a0b87ddc8d7f11cef.tar.bz2
platform_external_libcups-1b57d66ff4846a16e102eb5a0b87ddc8d7f11cef.zip
Snap for 4386413 from 762b7b666bd1fffe6571b0d1c67d72bdf8d0d456 to pi-release
Change-Id: I6e9b8211b8164ced85221384b049d3ecd2337817
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index d2471e56..4ab57d71 100644
--- a/Android.bp
+++ b/Android.bp
@@ -75,12 +75,16 @@ cc_library_shared {
cflags: [
"-D_PPD_DEPRECATED=",
+
"-Wextra",
+ "-Wall",
"-Wno-unused-parameter",
+ "-Wno-unused-function",
+ "-Wno-unused-variable",
"-Wno-sign-compare",
"-Wno-missing-field-initializers",
- "-Wno-error",
"-Wno-implicit-function-declaration",
+ "-Werror",
],
export_include_dirs: [