diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2017-10-13 08:09:03 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2017-10-13 08:09:03 +0000 |
| commit | aa1240808a348338b295c93317770f175168a1a7 (patch) | |
| tree | 7bcfb22b2056aa579ce8cec2d01f7d9957e86c31 | |
| parent | ff64557339915ea8a9718a0746424bf6c18c41b1 (diff) | |
| parent | 67eecda8d99419fab4482154a5e6b572f33dc80b (diff) | |
Snap for 4393550 from 67eecda8d99419fab4482154a5e6b572f33dc80b to pi-release
Change-Id: Ia5328d0231bb4d1e9349dcc768283043a340e2cc
| -rw-r--r-- | Android.bp | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -2,7 +2,12 @@ cc_library_shared { name: "libtinycompress", vendor: true, - cflags: ["-Wno-macro-redefined"], + cflags: [ + "-Wall", + "-Werror", + "-Wno-macro-redefined", + "-Wno-unused-function", + ], export_include_dirs: ["include"], srcs: [ "compress.c", @@ -21,7 +26,11 @@ cc_binary { name: "cplay", vendor: true, - cflags: ["-Wno-macro-redefined"], + cflags: [ + "-Wall", + "-Werror", + "-Wno-macro-redefined" + ], local_include_dirs: ["include"], srcs: ["cplay.c"], shared_libs: [ |
