aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-29 08:04:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-29 08:04:48 +0000
commit2c6c41a292d55e37219dc2f3b9cd799cbbc803f1 (patch)
tree1382a6da9298f8a168bf49b9117b2a4eb78f2c69
parent914ce98a59431e140a65654034cf4c5473c9801f (diff)
parent01674e16c6960096586ef6872d50e9f83d585338 (diff)
downloadlmfit-2c6c41a292d55e37219dc2f3b9cd799cbbc803f1.tar.gz
Snap for 4422293 from 01674e16c6960096586ef6872d50e9f83d585338 to pi-release
Change-Id: I982e04dbfc820bc0adde0c2759e02516dae6cfa2
-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"],
}