Whamcloud - gitweb
AOSP: Mark as recovery_available:true
authorJiyong Park <jiyong@google.com>
Thu, 24 May 2018 05:07:52 +0000 (14:07 +0900)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jun 2018 14:16:01 +0000 (10:16 -0400)
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

lib/Android.bp
lib/uuid/Android.bp

index b38d8b1..771bb59 100644 (file)
@@ -6,6 +6,7 @@
 cc_library_headers {
     name: "libext2-headers",
     host_supported: true,
+    recovery_available: true,
     target: {
         windows: {
             enabled: true,
index 15c1292..ea349e3 100644 (file)
@@ -3,6 +3,7 @@
 cc_library {
     name: "libext2_uuid",
     host_supported: true,
+    recovery_available: true,
     unique_host_soname: true,
     defaults: ["e2fsprogs-defaults"],
     srcs: [