blob: 79dd58ea7130e79d69b7394cb5a48e5a7df6c013 [file] [log] [blame]
// Copyright 2017 The Android Open Source Project
cc_defaults {
name: "e2fsprogs-defaults",
cflags: ["-Wall", "-Werror"],
target: {
darwin: {
// Still has unfixed/unsuppressed warnings.
cflags: ["-Wno-error"],
},
windows: {
cflags: [
"-Wno-typedef-redefinition",
"-Wno-unused-parameter",
"-Wno-unused-variable",
],
},
},
}
subdirs = [
"contrib",
"debugfs",
"e2fsck",
"lib",
"misc",
"resize",
]