summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-02 10:41:24 -0700
committerChih-Hung Hsieh <chh@google.com>2017-10-02 10:42:24 -0700
commit4446f0cb437fea5e26b645990970afe7dc4f5085 (patch)
treef3b1b0462c38ec37d1efca294b3a6759c6a9468d /sysdeps
parentbc0c8d0ef23e39813955d476676974dfd384683b (diff)
downloadlibufdt-4446f0cb437fea5e26b645990970afe7dc4f5085.tar.gz
Use -Werror in system/libufdt
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I9fe769f364629e52fe47a510c13e0e7c8890e20c
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/Android.bp b/sysdeps/Android.bp
index 76bfe71..772e01a 100644
--- a/sysdeps/Android.bp
+++ b/sysdeps/Android.bp
@@ -15,6 +15,7 @@
cc_library_static {
name: "libufdt_sysdeps",
host_supported: true,
+ cflags: ["-Wall", "-Werror"],
srcs: ["libufdt_sysdeps_posix.c"],
export_include_dirs: ["include"],
}