691a455b9f
find hardware/interfaces -type f -not -path "*/.git/*" \ -exec sed -i -e '/cc_[A-Za-z_]\+/ { N; s/$/\n defaults: \["hidl_defaults"\],/ }' {} \; ./hardware/interfaces/update-makefiles.sh Test: no warnings Bug: 35840847 Change-Id: I468b76893bf3f4b62ad610d1d9603bcb8797a702
11 lines
123 B
Text
11 lines
123 B
Text
subdirs = [
|
|
"*"
|
|
]
|
|
|
|
cc_defaults {
|
|
name: "hidl_defaults",
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
}
|