aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 17:42:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 17:42:11 +0000
commit41643079cd8394d923c8c8af55fa947e67e5cf5e (patch)
treefa537d18122ace386e939a6d39dfd024c6d4d8af
parent66f6f0d53febc9bcb420d198ca0a96248027855c (diff)
parent7dc8dbd734ea87c23ecc815f6cb73e36f2cff24c (diff)
downloadrand-android13-mainline-permission-release.tar.gz
Change-Id: Idc129f56916d762290d45dea1918b60a57c49188
-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
+}