aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-05-24 14:08:27 +0900
committerJiyong Park <jiyong@google.com>2018-05-24 14:08:27 +0900
commit1ce575b52d4c047b69b6c887520745dde1e722fb (patch)
tree6e9a4b03a541b186eaedc7363ae0a54c21943a36
parent4267675b1e71a0f1c1c13b0592a729c73a734112 (diff)
downloadlzma-1ce575b52d4c047b69b6c887520745dde1e722fb.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: I9595392f797875275afe0c4cdb441bd816e522f1
-rw-r--r--C/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/C/Android.bp b/C/Android.bp
index d3585f3..f65553f 100644
--- a/C/Android.bp
+++ b/C/Android.bp
@@ -4,6 +4,7 @@ cc_library {
name: "liblzma",
host_supported: true,
vendor_available: true,
+ recovery_available: true,
vndk: {
enabled: true,
support_system_process: true,