aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index c8558ad..4912db2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -8,7 +8,11 @@ cc_library_static {
"decode_rs_char.c",
"init_rs_char.c",
],
- cflags: ["-Wall", "-O3"],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ "-O3"
+ ],
export_include_dirs: ["."],
target: {