]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/commitdiff
Revert "Set vendor: true for boot control HAL"
authorHridya Valsaraju <hridya@google.com>
Tue, 2 Oct 2018 20:09:17 +0000 (20:09 +0000)
committerHridya Valsaraju <hridya@google.com>
Tue, 2 Oct 2018 20:09:17 +0000 (20:09 +0000)
This reverts commit f009da1bf51087cc33ae81101e3bf50df7683ecd.

Reason for revert: Breaking presubmit boot test on walleye

Change-Id: Ibeebb94b22cf81087b2ee60407a33e9d7e8a4d18

boot/1.0/default/Android.bp

index 397c56d01f337132a6c75343cf7f0ad03f4ec8b0..67dee086946d3b6a2893ad87299ebfe48aa6e4d1 100644 (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"],