aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:17:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:17:28 +0000
commit9c2a1362bc8bf8dbd0991c01e8d278d5c6e2f1f7 (patch)
tree7dd8cd91c57e22ec0e08ab5f4413073c4b45f8b6
parent0667815523ef198fd28d93ffa3408813f7174525 (diff)
parent2768d4929e7fce646754304e2cf489cd17b99b81 (diff)
downloadrustc-hash-android14-d1-s6-release.tar.gz
Change-Id: I8525f5c843b337ac83d68838efc5c16312b637a2
-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,
}