bootloader_message: Build libbootloader_message as shared lib.
And uses the shared lib version of libbase and libfs_mgr. Bug: 78793464 Test: `m dist` Test: Run recovery_{unit,component}_test on marlin. Change-Id: I750c02d0bfccd6e58fb01f641de02532ace52e00
This commit is contained in:
parent
860b457a15
commit
8ca3220bfe
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
// limitations under the License.
|
||||
//
|
||||
|
||||
cc_library_static {
|
||||
cc_library {
|
||||
name: "libbootloader_message",
|
||||
recovery_available: true,
|
||||
srcs: ["bootloader_message.cpp"],
|
||||
|
@ -22,7 +22,7 @@ cc_library_static {
|
|||
"-Wall",
|
||||
"-Werror",
|
||||
],
|
||||
static_libs: [
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libfs_mgr",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue