aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2022-06-15 16:58:57 +0100
committerMartin Stjernholm <mast@google.com>2022-06-17 10:37:44 +0000
commit654ac609e10327bd2b9bec534d7461223269be2c (patch)
tree2cb663761b09b185fa1ad9d79463d5e60d23be5c
parent12d7113ad4724060d980196a7a56205aff780da5 (diff)
downloadlibcap-654ac609e10327bd2b9bec534d7461223269be2c.tar.gz
Allow libcap in the ART APEXes.
Specifically we will need it for the native side of the ART Service in com.android.art(.debug). Test: Add libcap to artd in art/artd/Android.bp and build Bug: 177273468 Bug: 236105328 Change-Id: Ib345f4548cf5c8149c0f4c3670533c1d93e02adf
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8360f69..c87cca1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -84,6 +84,8 @@ cc_library {
apex_available: [
"//apex_available:platform",
"com.android.adbd",
+ "com.android.art",
+ "com.android.art.debug",
"com.android.compos",
"com.android.media.swcodec",
"com.android.virt",