aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-01-04 01:40:57 +0000
committerSpandan Das <spandandas@google.com>2024-01-04 01:40:57 +0000
commitd5d5cbfa85106808ea9dea490dbdeead63c5131d (patch)
tree052cabddeb1c19f0a8105480a3d962c46b66a591
parent2a5779f7e3c7d55222122700d1c34fb06dde011f (diff)
downloadlzma-d5d5cbfa85106808ea9dea490dbdeead63c5131d.tar.gz
Make apex availability of liblzma explicit
The availability to runtime apex was done implicitly using a baseline map in build/soong/apex/apex.go. Make this explicit in Android.bp Bug: 281077552 Test: m nothing Change-Id: I81a3d721de618fa429310decb510e771347112b7
-rw-r--r--C/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/C/Android.bp b/C/Android.bp
index 57ef315..c5d201b 100644
--- a/C/Android.bp
+++ b/C/Android.bp
@@ -97,6 +97,7 @@ cc_library {
"//apex_available:platform",
"com.android.art", // from libartbase
"com.android.art.debug",
+ "com.android.runtime",
],
min_sdk_version: "apex_inherit",
}