aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Danisevskis <jdanis@google.com>2021-11-10 10:13:07 -0800
committerJanis Danisevskis <jdanis@google.com>2021-11-10 12:59:23 -0800
commit658ab9763403c2ea3093e0e44427ebecc47ad6c5 (patch)
treef5f17fe04f48b84645964018365002112320a5ae
parentdf370830ebeb4f8cbabd1f026627d618e31249a9 (diff)
downloadserde-658ab9763403c2ea3093e0e44427ebecc47ad6c5.tar.gz
Make vendor available.
Bug: 198197213 Test: N/A Change-Id: I52b53fceb8b047732e86d0831af2d1710d3fd4e4
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4269525..413167b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,6 +41,7 @@ license {
rust_library {
name: "libserde",
host_supported: true,
+ vendor_available: true,
crate_name: "serde",
cargo_env_compat: true,
cargo_pkg_version: "1.0.130",
diff --git a/cargo2android.json b/cargo2android.json
index 9340179..60842f7 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -7,6 +7,7 @@
"std_atomic64"
],
"dependencies": true,
+ "vendor_available": true,
"device": true,
"features": "default,derive",
"run": true,