aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:59:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:59:14 +0000
commita9009b9e75dbfdc249f9cdc4c913ffcd464c9eb8 (patch)
tree914901e3a71b8eda885434760e8c731f093e855a
parentf82eac65400a3b059e105d99d946024ee70e4c9f (diff)
parentcba8136dd44645ce3a97e607f9f2f3fb1c27f828 (diff)
downloadlru-cache-android14-mainline-extservices-release.tar.gz
Change-Id: I0d90d66655ddfc30a70ce80e73089f9c93f6cbd6
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 242f48a..6dbf830 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,6 +48,12 @@ rust_library {
rustlibs: [
"liblinked_hash_map",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}
rust_test {