commit | 04ba91ef053c9da7b3b802f256bf0fb35cf4b3e1 | [log] [tgz] |
---|---|---|
author | Hridya Valsaraju <hridya@google.com> | Tue Oct 02 20:43:12 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 02 20:43:12 2018 +0000 |
tree | 409a219cf29e068de677977de42930728434e0f8 | |
parent | c5b3b00618aa669fe3193577fa08076c9f21cc05 [diff] | |
parent | f8169cc2bc23db9be612da42d241267cdccbed40 [diff] |
Merge "Revert "Set vendor: true for boot control HAL""
diff --git a/boot/1.0/default/Android.bp b/boot/1.0/default/Android.bp index 397c56d..67dee08 100644 --- a/boot/1.0/default/Android.bp +++ b/boot/1.0/default/Android.bp
@@ -2,7 +2,7 @@ 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"],