aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-01-04 21:56:11 +0000
committerSpandan Das <spandandas@google.com>2024-01-04 22:25:39 +0000
commit4552d1e8429ca6867a12bd8fdad2b0b59fa252d4 (patch)
tree5ecbb02b9877fa90e26969785c2ecfe5fcb67171
parent5e04ed0db01e0bc75a41c39793e9cb3cc87884bb (diff)
downloadjemalloc_new-4552d1e8429ca6867a12bd8fdad2b0b59fa252d4.tar.gz
Make apex availability of libjemalloc5 explicit
The availability to com.android.runtime 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: Ifbe18ee972fdbd344a8c06a88f04fa34aa8c2dbe
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1f5855a1..59db8a3a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -206,6 +206,9 @@ cc_library {
system_shared_libs: ["libc_musl"],
},
},
+ apex_available: [
+ "com.android.runtime",
+ ],
}
//-----------------------------------------------------------------------