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

This commit is contained in:
Treehugger Robot
2018-10-03 21:47:14 +00:00
committed by Gerrit Code Review

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