Make recovery libraries shared / recovery_available
Test: compiles
Bug: 78793464
Change-Id: Iff64bc1a597e70f749a9d825f7d386baa427be3d
Merged-In: Iff64bc1a597e70f749a9d825f7d386baa427be3d
(cherry picked from commit 92969c49dc)
This commit is contained in:
committed by
Hridya Valsaraju
parent
2f9d61ad25
commit
c936a69619
@@ -14,7 +14,7 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
cc_library_static {
|
||||
cc_library {
|
||||
name: "libbootloader_message",
|
||||
recovery_available: true,
|
||||
srcs: ["bootloader_message.cpp"],
|
||||
@@ -22,9 +22,10 @@ cc_library_static {
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
],
|
||||
static_libs: [
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libfs_mgr",
|
||||
"liblog",
|
||||
],
|
||||
export_include_dirs: ["include"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user