]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - Android.bp
Update release notes, etc., for the 1.45.0 release
[thirdparty/e2fsprogs.git] / Android.bp
1 // Copyright 2017 The Android Open Source Project
2
3 cc_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
14 subdirs = [
15 "contrib",
16 "debugfs",
17 "e2fsck",
18 "lib",
19 "misc",
20 "resize",
21 ]