blob: b8cbcdc4b9bb527bd20bfb69cf766e83290ea3c6 [file] [log] [blame]
Alex Deymoa95c6322017-01-12 09:48:04 -08001// Copyright 2017 The Android Open Source Project
2
Chih-Hung Hsiehafaa1992017-09-27 11:12:30 -07003cc_defaults {
4 name: "e2fsprogs-defaults",
Chih-Hung Hsiehafaa1992017-09-27 11:12:30 -07005 cflags: ["-Wall", "-Werror"],
6 target: {
7 darwin: {
8 // Still has unfixed/unsuppressed warnings.
9 cflags: ["-Wno-error"],
10 },
11 },
12}
13
Alex Deymoa95c6322017-01-12 09:48:04 -080014subdirs = [
15 "contrib",
16 "debugfs",
17 "e2fsck",
18 "lib",
19 "misc",
20 "resize",
21]