aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Danisevskis <jdanis@google.com>2021-11-15 23:07:18 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-15 23:07:18 +0000
commitb4dc1f7858a7c9b3166004efa7232d42892f7829 (patch)
treec3a17379c6f50e1d49b429e2d01add52a2c0c31d
parent852de63c770e23c9463fafc57f4133937f78d6e1 (diff)
parent36aeae344b3d863256ca95dda4eb1a5edf68376e (diff)
downloadnix-b4dc1f7858a7c9b3166004efa7232d42892f7829.tar.gz
Make vendor available. am: fd88218946 am: 36aeae344b
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/nix/+/1886666 Change-Id: I7d36ffb34b9aa5a673e3fe39c8456c810607c693
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 7473efb..bf43dc5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,6 +24,7 @@ license {
rust_library {
name: "libnix",
host_supported: true,
+ vendor_available: true,
crate_name: "nix",
cargo_env_compat: true,
cargo_pkg_version: "0.22.1",
diff --git a/cargo2android.json b/cargo2android.json
index 07302e7..14f4ec8 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -5,6 +5,7 @@
"com.android.virt"
],
"dependencies": true,
+ "vendor_available": true,
"device": true,
"run": true
-} \ No newline at end of file
+}