Mark as recovery_available:true

Libraries that are direct or indirect dependencies of modules installed
to recovery partition (e.g. adbd) are marked as recovery_available:
true. This allows a recovery variant of the lib is created when it is
depended by other recovery or recovery_available modules.

Bug: 79146551
Test: m -j
Change-Id: I9ca07ef53fbd89e7c86c0ba269fa52bb48d6deb4
This commit is contained in:
Jiyong Park 2018-05-24 14:04:32 +09:00
parent 3a8b348936
commit fafcfccc3c

View file

@ -16,6 +16,7 @@
cc_library_static {
name: "libbootloader_message",
recovery_available: true,
srcs: ["bootloader_message.cpp"],
cflags: [
"-Wall",