summaryrefslogtreecommitdiffstats
path: root/boot_control/Android.bp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-09-03 22:28:22 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-09-03 22:28:22 +0200
commit047e30d9a49cef61769099753d88a5a20d04ba7c (patch)
treee0b0ca8c80a88fd0c29304ea77b20d82fe17aa4f /boot_control/Android.bp
parentMerge "Refactor boot_control into a separate library." am: eb35817830 am: 754e7fc190 am: 6bf93864ce am: ef2ec5f840 (diff)
parentMerge "Make libboot_control vendor available." am: e3a35dc808 am: 388d2a591c am: bda485070c (diff)
downloadandroid_bootable_recovery-047e30d9a49cef61769099753d88a5a20d04ba7c.tar
android_bootable_recovery-047e30d9a49cef61769099753d88a5a20d04ba7c.tar.gz
android_bootable_recovery-047e30d9a49cef61769099753d88a5a20d04ba7c.tar.bz2
android_bootable_recovery-047e30d9a49cef61769099753d88a5a20d04ba7c.tar.lz
android_bootable_recovery-047e30d9a49cef61769099753d88a5a20d04ba7c.tar.xz
android_bootable_recovery-047e30d9a49cef61769099753d88a5a20d04ba7c.tar.zst
android_bootable_recovery-047e30d9a49cef61769099753d88a5a20d04ba7c.zip
Diffstat (limited to 'boot_control/Android.bp')
-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",
],
}