// 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"],
        },
    },
}

subdirs = [
    "contrib",
    "debugfs",
    "e2fsck",
    "lib",
    "misc",
    "resize",
]