aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2019-10-06 17:51:46 -0700
committerChih-Hung Hsieh <chh@google.com>2019-10-07 10:18:50 -0700
commitbf52788ad59868e6da6265310b192f95e5074db9 (patch)
tree1737003ec23b30b5dc93330dc03f3f2c9de45d7a
parent2f4705ab5f529c3c8514dc6a27039e39c3878144 (diff)
downloadcrosvm-bf52788ad59868e6da6265310b192f95e5074db9.tar.gz
Use explicitly 2018 editionndk-sysroot-r21
Bug: 142208376 Test: mm in rust projects Change-Id: If1b9b1697edc9c54dc2693e158e20d0d6b6529dc
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b8c3859c0..d61239303 100644
--- a/Android.bp
+++ b/Android.bp
@@ -271,6 +271,7 @@ rust_library_host_rlib {
rust_library_host_rlib {
name: "libdata_model",
crate_name: "data_model",
+ edition: "2018",
srcs: ["data_model/src/lib.rs"],
rlibs: ["libassertions"],