aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-30 08:09:41 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-30 08:09:41 +0000
commite6a34589ffdd3ff7f50c88e3c7b576e386f11b3f (patch)
tree3a608726ff06a68e53f481172f00d763c5c8c207
parent4946a75aaafd872c79b00a6793457915387f37a0 (diff)
parent54462075d8fe5abe6b8a894c9dda667a8baf0f67 (diff)
downloadfec-e6a34589ffdd3ff7f50c88e3c7b576e386f11b3f.tar.gz
release-request-b4bc7b84-64b6-4176-8f16-ce17068fad13-for-git_pi-release-4370135 snap-temp-L93500000107644030
Change-Id: If30035d6299b894a26f9e91860a4fa48a8fb05b5
-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: {