Merge "Reland "Set vendor: true for boot control HAL""

am: 9ba23d0c78

Change-Id: I4fa44112bf00e1ccb96e8fd7de606fb7ebbe2cd5
This commit is contained in:
Hridya Valsaraju
2018-10-03 15:06:52 -07:00
committed by android-build-merger

View File

@@ -2,7 +2,7 @@ cc_library_shared {
name: "android.hardware.boot@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
vendor_available: true,
vendor: true,
recovery_available: true,
srcs: ["BootControl.cpp"],