aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-05-24 14:08:14 +0900
committerJiyong Park <jiyong@google.com>2018-05-24 14:08:14 +0900
commita63cdda18a4e5c134fcfdae10305de2a90352ec0 (patch)
tree94c79dd1accb93ae0c6a4c1b55817481813ee11c
parenta9bf1f0446b20683183e0070441f8fa142e67c71 (diff)
downloadlibcap-a63cdda18a4e5c134fcfdae10305de2a90352ec0.tar.gz
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: If48b4b69b4c098bd242f2c9235df8c38a7306660
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e6e1c66..cbc268c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -27,6 +27,7 @@ cc_library {
name: "libcap",
host_supported: true,
vendor_available: true,
+ recovery_available: true,
vndk: {
enabled: true,
},