aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 07:26:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 07:26:37 +0000
commit0d6bc6a870447195348c6c1e144a9d7eb2ed6d65 (patch)
treefa537d18122ace386e939a6d39dfd024c6d4d8af
parent736e5981332dfb4a8a667f922eeaa33e259d2dff (diff)
parent7dc8dbd734ea87c23ecc815f6cb73e36f2cff24c (diff)
downloadrand-android13-mainline-networking-release.tar.gz
Change-Id: If3834e40a4c4393a82bff12ca71173ed5397ee3f
-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
+}