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.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Google-Bug-Id:
79146551
Test: m -j
Change-Id: I9db889c15e1f563a1e3f4e7dc5b630d19e3cf4c0
From AOSP commit:
4a9d5f4211818c70a1b2414e3774197386b7f245
cc_library_headers {
name: "libext2-headers",
host_supported: true,
+ recovery_available: true,
target: {
windows: {
enabled: true,
cc_library {
name: "libext2_uuid",
host_supported: true,
+ recovery_available: true,
unique_host_soname: true,
defaults: ["e2fsprogs-defaults"],
srcs: [