e2fsprogs/Android.bp
Stephen Hines 5177795824 AOSP: Remove unnecessary warning flags, now that the warnings are fixed.
Bug: http://b/66996870
Bug: http://b/67046543
Test: Built aosp_sailfish successfully.
Change-Id: Ie527b8f4d2917f226c6379bc5873a14d51782ecd
From AOSP commit: 70c8ef1b628bffd2d816774a03b513f30e202715
2018-02-26 13:29:14 -05:00

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",
]