aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-10-09 19:31:29 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 19:31:29 +0000
commit9186d4157ac38b8c314ffe99ea031faff87de996 (patch)
treef6dd90725c992ee5dee7bce165696cb5985b305d
parent2f9cb76a60517764714c6bbfd907327c2ee262c5 (diff)
parentc5c07c720da196624a8c09d118b7729d1cfa2e08 (diff)
downloadlzma-9186d4157ac38b8c314ffe99ea031faff87de996.tar.gz
am: c5c07c720d Change-Id: I04b5bc05e3a167127135f55c279fa2a66dd49749
-rw-r--r--C/Android.bp7
1 files changed, 6 insertions, 1 deletions
diff --git a/C/Android.bp b/C/Android.bp
index d4cb451..434c924 100644
--- a/C/Android.bp
+++ b/C/Android.bp
@@ -11,7 +11,12 @@ cc_library {
sdk_version: "9",
stl: "none",
- cflags: ["-D_7ZIP_ST", "-Wno-empty-body"],
+ cflags: [
+ "-D_7ZIP_ST",
+ "-Wall",
+ "-Werror",
+ "-Wno-empty-body",
+ ],
clang_cflags: ["-Wno-self-assign", "-Werror"],
export_include_dirs: ["."],