aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:57:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:57:11 +0000
commit8c24d3a24aa8a93be388724561ed15658baa8217 (patch)
treec2e3e3f90088225b46ad08cf315a97c8c4dc1ec1
parentb7c27c26a8a2b0d6a40269345b38f16cfa55e416 (diff)
parent87fc59f6a4eb19611605702ef5f330743dea2308 (diff)
downloadwebpki-android14-mainline-media-release.tar.gz
Change-Id: Id8d771a390d5e7c84a340779741e24a0294ca0c1
-rw-r--r--Android.bp4
-rw-r--r--cargo2android.json6
2 files changed, 8 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index dc3b197..76da448 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,6 +47,10 @@ rust_library {
"libring",
"libuntrusted",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
}
rust_test {
diff --git a/cargo2android.json b/cargo2android.json
index b1863fd..e0aa06c 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -2,5 +2,7 @@
"device": true,
"features": "alloc,std",
"run": true,
- "tests": true
-} \ No newline at end of file
+ "tests": true,
+ "vendor-available": false,
+ "product-available": false
+}