aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 01:48:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 01:48:40 +0000
commitd2415fdca0257f2403cc86d18385cbde6ceb1185 (patch)
treefa537d18122ace386e939a6d39dfd024c6d4d8af
parent76b2d3b02842d754c8f35d32c2e5bef690796a19 (diff)
parent7dc8dbd734ea87c23ecc815f6cb73e36f2cff24c (diff)
downloadrand-android13-mainline-uwb-release.tar.gz
Change-Id: I4fc69affac94362b34a4d5f65b035d66c58b00c7
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json5
2 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 5f32482..53a1f19 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,4 +65,5 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ vendor_available: true,
}
diff --git a/cargo2android.json b/cargo2android.json
index cdb5c0d..9d1acf4 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -6,5 +6,6 @@
"dependencies": true,
"device": true,
"features": "default,small_rng",
- "run": true
-} \ No newline at end of file
+ "run": true,
+ "vendor-available": true
+}