Merge "Use -Werror in hardware/interfaces" am: 02804915fb am: 8e736c21de

am: f53fe9317b

Change-Id: Ifc0a5be285be1a57d998db3c032e392b307cfa80
This commit is contained in:
Chih-Hung Hsieh
2017-11-28 19:31:03 +00:00
committed by android-build-merger
8 changed files with 14 additions and 2 deletions

View File

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