aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-20 23:16:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-20 23:16:32 +0000
commit8c8e4dac0d0b46119d37f6fff1c060cec5e942d8 (patch)
tree8efd4931d7f25714ad4b5334427658b52568dd9f
parent0b1ccdfc5ad79493d6fef87cb36962aeb3fbc011 (diff)
parent0b39044a12b130d5165335162623cf4f58b7f7fb (diff)
downloadnum-bigint-android13-qpr2-b-s1-release.tar.gz
Change-Id: Id50023597c089551ba804d091d336aafd34b28f5
-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
+}