summaryrefslogtreecommitdiff
path: root/squashfs_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 /squashfs_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 'squashfs_utils')
-rw-r--r--squashfs_utils/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/squashfs_utils/Android.bp b/squashfs_utils/Android.bp
index aa03d2f6..813f42fb 100644
--- a/squashfs_utils/Android.bp
+++ b/squashfs_utils/Android.bp
@@ -4,6 +4,7 @@ cc_library_static {
name: "libsquashfs_utils",
defaults: ["system-extras-cflags-defaults"],
host_supported: true,
+ recovery_available: true,
srcs: [
"squashfs_utils.c",
],