summaryrefslogtreecommitdiff
path: root/squashfs_utils
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-02 15:06:37 -0700
committerChih-Hung Hsieh <chh@google.com>2017-10-02 15:41:38 -0700
commit16db6720ae5d210a06d36758fcf4b5f2f1aeda73 (patch)
tree9bef225d2341c721608f51a835d9ab43c3b9d4ba /squashfs_utils
parent512f4b15b24f9a4fe055c3b588893511a541e9e7 (diff)
downloadextras-16db6720ae5d210a06d36758fcf4b5f2f1aeda73.tar.gz
Use -Werror in system/extras
* Use system-extras-cflags-defaults * Move -Wall -Werror from cppflags to cflags * fix warning on redefinition of MAX_PATH Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ib14b4d8eece767225a6fef639ed190b343678c00
Diffstat (limited to 'squashfs_utils')
-rw-r--r--squashfs_utils/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/squashfs_utils/Android.bp b/squashfs_utils/Android.bp
index c0d9b18b..aa03d2f6 100644
--- a/squashfs_utils/Android.bp
+++ b/squashfs_utils/Android.bp
@@ -2,6 +2,7 @@
cc_library_static {
name: "libsquashfs_utils",
+ defaults: ["system-extras-cflags-defaults"],
host_supported: true,
srcs: [
"squashfs_utils.c",