summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 00:31:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 00:31:42 +0000
commit364329a8cb74ba28a68ca5b60c7db98fc037acf7 (patch)
treebe77df955d526ef0ad215de23b19cebe8dd9fb2f
parent1685fa03c132340d12915cfac5423d37928d7635 (diff)
parentf9b0e0a603f90d70e24a84d185a4e08075c0ec67 (diff)
downloadppv-lite86-android13-mainline-ipsec-release.tar.gz
Snap for 9254005 from f9b0e0a603f90d70e24a84d185a4e08075c0ec67 to mainline-ipsec-releaseaml_ips_331910010aml_ips_331312000aml_ips_331310000android13-mainline-ipsec-release
Change-Id: I5896016d59ca2f4d94ffaefe48953ca5009e7ad6
-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 123567a..eb5d6df 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,7 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ vendor_available: true,
}
rust_test {
diff --git a/cargo2android.json b/cargo2android.json
index ac56e26..60b7aa4 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -6,5 +6,6 @@
"dependencies": true,
"device": true,
"run": true,
- "tests": true
-} \ No newline at end of file
+ "tests": true,
+ "vendor-available": true
+}