]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame_incremental - Android.bp
libext2fs: fix potential divide by zero bug caused by a lxcfs bug
[thirdparty/e2fsprogs.git] / Android.bp
... / ...
CommitLineData
1// Copyright 2017 The Android Open Source Project
2
3cc_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 windows: {
12 cflags: [
13 "-Wno-typedef-redefinition",
14 "-Wno-unused-parameter",
15 "-Wno-unused-variable",
16 ],
17 },
18 },
19}
20
21subdirs = [
22 "contrib",
23 "debugfs",
24 "e2fsck",
25 "lib",
26 "misc",
27 "resize",
28]