summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 338b0c7)
raw | patch | inline | side by side (parent: 338b0c7)
author | Hridya Valsaraju <hridya@google.com> | |
Mon, 1 Oct 2018 22:50:50 +0000 (15:50 -0700) | ||
committer | Hridya 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
is present in vendor and recovery.
Bug: 117072247
Change-Id: Id05563fc3b4bdf135bf7e1ae75d23f34a98845ab
boot/1.0/default/Android.bp | patch | blob | history |
index 67dee086946d3b6a2893ad87299ebfe48aa6e4d1..397c56d01f337132a6c75343cf7f0ad03f4ec8b0 100644 (file)
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"],