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