mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Use -Werror in hardware/interfaces
* Use hidl_defaults, which has -Wall -Werror. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ifbca0e176a8e031acc27256eb46d23b89cdf1a0e
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
cc_library_shared {
|
||||
name: "android.hardware.gatekeeper@1.0-impl",
|
||||
defaults: ["hidl_defaults"],
|
||||
relative_install_path: "hw",
|
||||
vendor: true,
|
||||
|
||||
@@ -18,6 +19,7 @@ cc_library_shared {
|
||||
|
||||
cc_binary {
|
||||
name: "android.hardware.gatekeeper@1.0-service",
|
||||
defaults: ["hidl_defaults"],
|
||||
relative_install_path: "hw",
|
||||
vendor: true,
|
||||
init_rc: ["android.hardware.gatekeeper@1.0-service.rc"],
|
||||
|
||||
Reference in New Issue
Block a user