Merge "Make libboot_control vendor available." am: e3a35dc808

am: 388d2a591c

Change-Id: I9ee92e1609ea285c1ae63f7b427fd62c24aa6127
This commit is contained in:
David Anderson
2019-09-03 13:07:06 -07:00
committed by android-build-merger
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -16,6 +16,7 @@
cc_defaults { cc_defaults {
name: "libboot_control_defaults", name: "libboot_control_defaults",
vendor: true,
recovery_available: true, recovery_available: true,
relative_install_path: "hw", relative_install_path: "hw",
@@ -28,10 +29,10 @@ cc_defaults {
shared_libs: [ shared_libs: [
"libbase", "libbase",
"libbootloader_message",
"liblog", "liblog",
], ],
static_libs: [ static_libs: [
"libbootloader_message_vendor",
"libfstab", "libfstab",
], ],
} }
+1
View File
@@ -56,4 +56,5 @@ cc_library_static {
"libbootloader_message_defaults", "libbootloader_message_defaults",
], ],
vendor: true, vendor: true,
recovery_available: true,
} }