1// Copyright 2017 The Android Open Source Project 2 3cc_defaults { 4 name: "e2fsprogs-defaults", 5 cflags: ["-Wall", "-Werror"], 6 target: { 7 darwin: { 8 // Still has unfixed/unsuppressed warnings. 9 cflags: ["-Wno-error"], 10 }, 11 }, 12} 13 14subdirs = [ 15 "contrib", 16 "debugfs", 17 "e2fsck", 18 "lib", 19 "misc", 20 "resize", 21] 22