Merge "Make libboot_control vendor available." am: e3a35dc808 am: 388d2a591c am: bda485070c am: b9e7f63370
am: cf0a630371
Change-Id: I2f40f3184a10be17d96c6c7f6253830da143c95e
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user