summaryrefslogtreecommitdiffstats
path: root/boot_control
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-09-03 21:36:59 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-09-03 21:36:59 +0200
commite3a35dc808f50d53a8ca1fd20b0424febd611e6b (patch)
tree2661b997ab4916ef6410cd2bbebe38b332bb076d /boot_control
parentMerge "Refactor boot_control into a separate library." (diff)
parentMake libboot_control vendor available. (diff)
downloadandroid_bootable_recovery-e3a35dc808f50d53a8ca1fd20b0424febd611e6b.tar
android_bootable_recovery-e3a35dc808f50d53a8ca1fd20b0424febd611e6b.tar.gz
android_bootable_recovery-e3a35dc808f50d53a8ca1fd20b0424febd611e6b.tar.bz2
android_bootable_recovery-e3a35dc808f50d53a8ca1fd20b0424febd611e6b.tar.lz
android_bootable_recovery-e3a35dc808f50d53a8ca1fd20b0424febd611e6b.tar.xz
android_bootable_recovery-e3a35dc808f50d53a8ca1fd20b0424febd611e6b.tar.zst
android_bootable_recovery-e3a35dc808f50d53a8ca1fd20b0424febd611e6b.zip
Diffstat (limited to 'boot_control')
-rw-r--r--boot_control/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot_control/Android.bp b/boot_control/Android.bp
index 0ebce85ea..f6a6ceddd 100644
--- a/boot_control/Android.bp
+++ b/boot_control/Android.bp
@@ -16,6 +16,7 @@
cc_defaults {
name: "libboot_control_defaults",
+ vendor: true,
recovery_available: true,
relative_install_path: "hw",
@@ -28,10 +29,10 @@ cc_defaults {
shared_libs: [
"libbase",
- "libbootloader_message",
"liblog",
],
static_libs: [
+ "libbootloader_message_vendor",
"libfstab",
],
}