aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:15:22 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:15:22 +0000
commitefdf412c2d5ca5b9cc3912775561aa777830b468 (patch)
treee6d36ea0ceeed2f82c059f5a2b92aa57f8b625bd
parentfbf4c68b0607fd63df3dd5b87d42baa5d2621c46 (diff)
parent504899d40e62df20536b825b3b6c224653241e0c (diff)
downloadfallible-streaming-iterator-android14-d1-s5-release.tar.gz
Change-Id: Ifa05405c7cbf18016a9dde2f5af79acc93db0c10
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3e1e487..d9679a9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,4 +49,10 @@ rust_library {
srcs: ["src/lib.rs"],
edition: "2015",
features: ["std"],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}