aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:22:06 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:22:06 +0000
commitd0159874b32ca2f36e160c6f05689bff91688766 (patch)
tree7dd8cd91c57e22ec0e08ab5f4413073c4b45f8b6
parent5085d7d335b8cab83d08c92d3a4c81d1eb06b59c (diff)
parent71d440f9fe864f021275fcb828a0f3db9b30011b (diff)
downloadrustc-hash-android14-tests-release.tar.gz
Change-Id: I5ac82ef009973bdbc606413099b84da8e5b3b5d2
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f2c723a..ae9e651 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,4 +49,10 @@ rust_library {
"default",
"std",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}