aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorThiƩbaud Weksteen <tweek@google.com>2021-04-13 17:00:18 +0200
committerThiƩbaud Weksteen <tweek@google.com>2021-04-13 17:06:56 +0200
commit8fe8d38b50c3aa13a0e3906c1edda69f8c5e0bc1 (patch)
tree145cd4e1b3c7e876a65031f30f607360690369ac /Android.bp
parentb17443424063f0c181060fa83a9ed45c1eec58ed (diff)
downloadshared_child-8fe8d38b50c3aa13a0e3906c1edda69f8c5e0bc1.tar.gz
Update shared_child to 0.3.5
Test: atest shared_child_device_test_src_lib Bug: 185227802 Change-Id: Ib91ac30786acc82256b68954c13d6b3b70047ea4
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index ad4db29..010e107 100644
--- a/Android.bp
+++ b/Android.bp
@@ -23,7 +23,7 @@ rust_library {
host_supported: true,
crate_name: "shared_child",
srcs: ["src/lib.rs"],
- edition: "2015",
+ edition: "2018",
rustlibs: [
"liblibc",
],
@@ -39,7 +39,7 @@ rust_defaults {
srcs: ["src/lib.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
- edition: "2015",
+ edition: "2018",
rustlibs: [
"liblibc",
],
@@ -59,4 +59,4 @@ rust_test {
}
// dependent_library ["feature_list"]
-// libc-0.2.92 "default,std"
+// libc-0.2.93 "default,std"