aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp7
1 files changed, 6 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 2bc9a21..099216e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -21,6 +21,11 @@ cc_library_static {
"lib/lmcurve_tyd.c",
"lib/lmmin.c",
],
- cflags: ["-W", "-Wall", "-Wno-unused-parameter"],
+ cflags: [
+ "-W",
+ "-Wall",
+ "-Werror",
+ "-Wno-unused-parameter",
+ ],
export_include_dirs: ["lib"],
}