From: Jiyong Park Date: Thu, 24 May 2018 05:07:52 +0000 (+0900) Subject: AOSP: Mark as recovery_available:true X-Git-Tag: v1.44.3-rc1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480ccee3bec6eedb254e122a3721ff411b3b1ddc;p=thirdparty%2Fe2fsprogs.git AOSP: 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. Signed-off-by: Theodore Ts'o Google-Bug-Id: 79146551 Test: m -j Change-Id: I9db889c15e1f563a1e3f4e7dc5b630d19e3cf4c0 From AOSP commit: 4a9d5f4211818c70a1b2414e3774197386b7f245 --- diff --git a/lib/Android.bp b/lib/Android.bp index b38d8b16b..771bb5985 100644 --- a/lib/Android.bp +++ b/lib/Android.bp @@ -6,6 +6,7 @@ cc_library_headers { name: "libext2-headers", host_supported: true, + recovery_available: true, target: { windows: { enabled: true, diff --git a/lib/uuid/Android.bp b/lib/uuid/Android.bp index 15c129211..ea349e3e6 100644 --- a/lib/uuid/Android.bp +++ b/lib/uuid/Android.bp @@ -3,6 +3,7 @@ cc_library { name: "libext2_uuid", host_supported: true, + recovery_available: true, unique_host_soname: true, defaults: ["e2fsprogs-defaults"], srcs: [