This website requires JavaScript.
Explore
Help
Register
Sign In
Evolution-x
/
hardware_interfaces
Watch
1
Star
0
Fork
0
You've already forked hardware_interfaces
mirror of
https://github.com/Evolution-X/hardware_interfaces
synced
2026-02-01 16:50:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e6e54801c19d69be7ed534a708b4de423ae32fdf
hardware_interfaces
/
Android.bp
12 lines
123 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Convert to Android.bp See build/soong/README.md for more information. Bug: 31742855 Test: mma -j Change-Id: Icb93f3b1b2caeb5e9c00f88ca35841b927ad075d
2016-09-28 16:12:24 -07:00
subdirs = [
Stop all these merge conflicts. Test: mma -j64 Change-Id: I319198af32adf1fef180c5c2c22ba4b360fa7609
2016-10-25 15:45:19 -07:00
"*"
Convert to Android.bp See build/soong/README.md for more information. Bug: 31742855 Test: mma -j Change-Id: Icb93f3b1b2caeb5e9c00f88ca35841b927ad075d
2016-09-28 16:12:24 -07:00
]
Add hidl_default and make modules use hidl_default. 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
2017-03-08 15:58:46 -08:00
cc_defaults {
name: "hidl_defaults",
cflags: [
"-Wall",
"-Werror",
],
}
Reference in New Issue
Copy Permalink