mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 10:04:01 +08:00
5177795824
Bug: http://b/66996870 Bug: http://b/67046543 Test: Built aosp_sailfish successfully. Change-Id: Ie527b8f4d2917f226c6379bc5873a14d51782ecd From AOSP commit: 70c8ef1b628bffd2d816774a03b513f30e202715
22 lines
371 B
Plaintext
22 lines
371 B
Plaintext
// 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",
|
|
]
|