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:
Jerry Zhang
2018-07-17 14:20:55 -07:00
committed by Hridya Valsaraju
parent 2f9d61ad25
commit c936a69619
6 changed files with 27 additions and 8 deletions
+3 -2
View File
@@ -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"],
}