aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-10 00:15:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-10 00:15:40 +0000
commitab88884299419e63a158f22a80015710387d68f0 (patch)
tree8efd4931d7f25714ad4b5334427658b52568dd9f
parent0b1ccdfc5ad79493d6fef87cb36962aeb3fbc011 (diff)
parent0b39044a12b130d5165335162623cf4f58b7f7fb (diff)
downloadnum-bigint-android13-qpr3-s13-release.tar.gz
Change-Id: I3b9ccc761644eb0ade814a4b5a21117ddd3765bd
-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 1a9fd3f..383d847 100644
--- a/Android.bp
+++ b/Android.bp
@@ -74,6 +74,7 @@ rust_library {
"libnum_integer",
"libnum_traits",
],
+ vendor_available: true,
}
rust_test {
diff --git a/cargo2android.json b/cargo2android.json
index 76ddc04..16de8f8 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -5,5 +5,6 @@
"copy-out": true,
"device": true,
"run": true,
- "tests": true
-} \ No newline at end of file
+ "tests": true,
+ "vendor-available": true
+}