]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - Android.bp
debian: fix location of libext2fs documentation
[thirdparty/e2fsprogs.git] / Android.bp
CommitLineData
a95c632b
AD
1// Copyright 2017 The Android Open Source Project
2
afaa1992
CHH
3cc_defaults {
4 name: "e2fsprogs-defaults",
afaa1992
CHH
5 cflags: ["-Wall", "-Werror"],
6 target: {
7 darwin: {
8 // Still has unfixed/unsuppressed warnings.
9 cflags: ["-Wno-error"],
10 },
11 },
12}
13
a95c632b
AD
14subdirs = [
15 "contrib",
16 "debugfs",
17 "e2fsck",
18 "lib",
19 "misc",
20 "resize",
21]