summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHridya Valsaraju2018-10-01 17:50:50 -0500
committerHridya Valsaraju2018-10-01 18:11:59 -0500
commitf009da1bf51087cc33ae81101e3bf50df7683ecd (patch)
tree6484d0a0e4820cc5c65c125354922e320cc2def4
parent338b0c70ef0fc7c610aa92fe4519b51928b53e57 (diff)
downloadplatform-hardware-interfaces-f009da1bf51087cc33ae81101e3bf50df7683ecd.tar.gz
platform-hardware-interfaces-f009da1bf51087cc33ae81101e3bf50df7683ecd.tar.xz
platform-hardware-interfaces-f009da1bf51087cc33ae81101e3bf50df7683ecd.zip
Set vendor: true for boot control HAL
Test: make boot image and check if boot contol HAL implementation is present in vendor and recovery. Bug: 117072247 Change-Id: Id05563fc3b4bdf135bf7e1ae75d23f34a98845ab
-rw-r--r--boot/1.0/default/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/1.0/default/Android.bp b/boot/1.0/default/Android.bp
index 67dee086..397c56d0 100644
--- a/boot/1.0/default/Android.bp
+++ b/boot/1.0/default/Android.bp
@@ -2,7 +2,7 @@ cc_library_shared {
2 name: "android.hardware.boot@1.0-impl", 2 name: "android.hardware.boot@1.0-impl",
3 defaults: ["hidl_defaults"], 3 defaults: ["hidl_defaults"],
4 relative_install_path: "hw", 4 relative_install_path: "hw",
5 vendor_available: true, 5 vendor: true,
6 recovery_available: true, 6 recovery_available: true,
7 srcs: ["BootControl.cpp"], 7 srcs: ["BootControl.cpp"],
8 8