]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/commitdiff
Set vendor: true for boot control HAL
authorHridya Valsaraju <hridya@google.com>
Mon, 1 Oct 2018 22:50:50 +0000 (15:50 -0700)
committerHridya Valsaraju <hridya@google.com>
Mon, 1 Oct 2018 23:11:59 +0000 (16:11 -0700)
Test: make boot image and check if boot contol HAL implementation
is present in vendor and recovery.
Bug: 117072247

Change-Id: Id05563fc3b4bdf135bf7e1ae75d23f34a98845ab

boot/1.0/default/Android.bp

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