Make libboot_control vendor available.
Bug: 138861550 Test: builds Change-Id: Ib745b59931c6258073e47b00def84c9157df90a7
This commit is contained in:
parent
8108e2513f
commit
f771484f4e
2 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -56,4 +56,5 @@ cc_library_static {
|
|||
"libbootloader_message_defaults",
|
||||
],
|
||||
vendor: true,
|
||||
recovery_available: true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue