blob: 79dd58ea7130e79d69b7394cb5a48e5a7df6c013 [file] [log] [blame]
Alex Deymo7a9e1a92017-01-12 09:48:04 -08001// Copyright 2017 The Android Open Source Project
2
Chih-Hung Hsieh2002d7f2017-09-27 11:12:30 -07003cc_defaults {
4 name: "e2fsprogs-defaults",
Chih-Hung Hsieh2002d7f2017-09-27 11:12:30 -07005 cflags: ["-Wall", "-Werror"],
6 target: {
7 darwin: {
8 // Still has unfixed/unsuppressed warnings.
9 cflags: ["-Wno-error"],
10 },
Elliott Hughes88a90b52019-04-19 09:34:39 -070011 windows: {
12 cflags: [
13 "-Wno-typedef-redefinition",
14 "-Wno-unused-parameter",
15 "-Wno-unused-variable",
16 ],
17 },
Chih-Hung Hsieh2002d7f2017-09-27 11:12:30 -070018 },
19}
20
Alex Deymo7a9e1a92017-01-12 09:48:04 -080021subdirs = [
22 "contrib",
23 "debugfs",
24 "e2fsck",
25 "lib",
26 "misc",
27 "resize",
28]