blob: 8e44ba7b749d4eccedc4bc7eb0ac787d33118427 [file] [log] [blame]
// Copyright 2017 The Android Open Source Project
cc_defaults {
name: "e2fsprogs-defaults",
clang_cflags: ["-Wno-error=macro-redefined"],
cflags: ["-Wall", "-Werror"],
target: {
darwin: {
// Still has unfixed/unsuppressed warnings.
cflags: ["-Wno-error"],
},
},
}
subdirs = [
"contrib",
"debugfs",
"e2fsck",
"lib",
"misc",
"resize",
]