Revert "Set vendor: true for boot control HAL"

This reverts commit f009da1bf5.

Reason for revert: Breaking presubmit boot test on walleye

Change-Id: Ibeebb94b22cf81087b2ee60407a33e9d7e8a4d18
This commit is contained in:
Hridya Valsaraju
2018-10-02 20:09:17 +00:00
parent f009da1bf5
commit f8169cc2bc

View File

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