aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-09-22 11:15:11 -0700
committerJoel Galenson <jgalenson@google.com>2021-09-22 11:15:11 -0700
commit14e56e091f97c36b474b1fe784dee7d24fe77066 (patch)
tree0ea42a99027172a370ef97510f0727749334c49e /Android.bp
parentd1ce38a679166b96e71f84398a34fcd47629dc88 (diff)
downloadprotobuf-14e56e091f97c36b474b1fe784dee7d24fe77066.tar.gz
Upgrade rust/crates/protobuf to 2.25.1
Test: make Change-Id: I246706ce9d2c30010727a7066b16555e8d52ea57
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index babd7e3..4a21761 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,6 +29,8 @@ rust_library {
name: "libprotobuf",
host_supported: true,
crate_name: "protobuf",
+ cargo_env_compat: true,
+ cargo_pkg_version: "2.25.1",
srcs: [
"src/lib.rs",
":copy_protobuf_build_out",
@@ -43,6 +45,3 @@ rust_library {
"com.android.virt",
],
}
-
-// dependent_library ["feature_list"]
-// bytes-1.0.1 "default,std"