summaryrefslogtreecommitdiff
path: root/Android.bp
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 /Android.bp
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 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1eade53..3800a5a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -26,6 +26,7 @@ cc_library_static {
"ufdt_node_pool.c",
"ufdt_prop_dict.c",
],
+ cflags: ["-Wall", "-Werror"],
export_include_dirs: ["include"],
static_libs: [
"libfdt",