aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-03 16:49:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-03 16:49:00 +0000
commit905706f3cc90a6423afbcc2695c773e9948dd4c8 (patch)
tree8efd4931d7f25714ad4b5334427658b52568dd9f
parent4ec41dcfd2fba71c87edbe800c50f0680ca2a523 (diff)
parent3e3a2de747abc46c4364490e30b17cbe0f94e4be (diff)
downloadnum-bigint-905706f3cc90a6423afbcc2695c773e9948dd4c8.tar.gz
Change-Id: I90b9d0613b6055a81d7befb872df1a78d1fca753
-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
+}