summaryrefslogtreecommitdiffstats
path: root/boot/1.0
diff options
context:
space:
mode:
authorHridya Valsaraju2018-10-02 15:09:17 -0500
committerHridya Valsaraju2018-10-02 15:09:17 -0500
commitf8169cc2bc23db9be612da42d241267cdccbed40 (patch)
tree40e093033ff99f99e598e4be730f5e8aeaefd84c /boot/1.0
parentf009da1bf51087cc33ae81101e3bf50df7683ecd (diff)
downloadplatform-hardware-interfaces-f8169cc2bc23db9be612da42d241267cdccbed40.tar.gz
platform-hardware-interfaces-f8169cc2bc23db9be612da42d241267cdccbed40.tar.xz
platform-hardware-interfaces-f8169cc2bc23db9be612da42d241267cdccbed40.zip
Revert "Set vendor: true for boot control HAL"
This reverts commit f009da1bf51087cc33ae81101e3bf50df7683ecd. Reason for revert: Breaking presubmit boot test on walleye Change-Id: Ibeebb94b22cf81087b2ee60407a33e9d7e8a4d18
Diffstat (limited to 'boot/1.0')
-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 397c56d0..67dee086 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: true, 5 vendor_available: true,
6 recovery_available: true, 6 recovery_available: true,
7 srcs: ["BootControl.cpp"], 7 srcs: ["BootControl.cpp"],
8 8