1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| // Copyright 2017 The Android Open Source Project
|
| cc_defaults {
| name: "e2fsprogs-defaults",
| cflags: ["-Wall", "-Werror"],
| target: {
| darwin: {
| // Still has unfixed/unsuppressed warnings.
| cflags: ["-Wno-error"],
| },
| },
| }
|
| subdirs = [
| "contrib",
| "debugfs",
| "e2fsck",
| "lib",
| "misc",
| "resize",
| ]
|
|