summaryrefslogtreecommitdiff
path: root/ext4_utils
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-05-24 14:10:32 +0900
committerJiyong Park <jiyong@google.com>2018-05-24 14:10:32 +0900
commit02fd5582785b5b3c743e2c0b629801119771b97c (patch)
tree12b380070136930014f1e75a40f30eb7d3b95080 /ext4_utils
parent7dd8a41a28935097b6ac0ac49227d342a69fe1eb (diff)
downloadextras-02fd5582785b5b3c743e2c0b629801119771b97c.tar.gz
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: I7bee45375b03d3ada86263580ddcb201e683f024
Diffstat (limited to 'ext4_utils')
-rw-r--r--ext4_utils/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext4_utils/Android.bp b/ext4_utils/Android.bp
index ff17edbc..ea602124 100644
--- a/ext4_utils/Android.bp
+++ b/ext4_utils/Android.bp
@@ -4,6 +4,7 @@ cc_library {
name: "libext4_utils",
defaults: ["system-extras-cflags-defaults"],
host_supported: true,
+ recovery_available: true,
srcs: [
"make_ext4fs.c",
"ext4fixup.c",