summaryrefslogtreecommitdiffstats
path: root/boot_control/Android.bp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-08-29 22:47:45 +0200
committerDavid Anderson <dvander@google.com>2019-08-30 19:21:00 +0200
commitf771484f4e2cf90c205322bcd3c260523b2c196f (patch)
tree2661b997ab4916ef6410cd2bbebe38b332bb076d /boot_control/Android.bp
parentRefactor boot_control into a separate library. (diff)
downloadandroid_bootable_recovery-f771484f4e2cf90c205322bcd3c260523b2c196f.tar
android_bootable_recovery-f771484f4e2cf90c205322bcd3c260523b2c196f.tar.gz
android_bootable_recovery-f771484f4e2cf90c205322bcd3c260523b2c196f.tar.bz2
android_bootable_recovery-f771484f4e2cf90c205322bcd3c260523b2c196f.tar.lz
android_bootable_recovery-f771484f4e2cf90c205322bcd3c260523b2c196f.tar.xz
android_bootable_recovery-f771484f4e2cf90c205322bcd3c260523b2c196f.tar.zst
android_bootable_recovery-f771484f4e2cf90c205322bcd3c260523b2c196f.zip
Diffstat (limited to '')
-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",
],
}