aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2019-10-07 14:20:54 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-07 14:20:54 -0700
commitdcacfecc08d16fa9572e405b4dc6628f457c6221 (patch)
tree1737003ec23b30b5dc93330dc03f3f2c9de45d7a
parentf60318fe40b80c56b61a58586b4cd17c49314538 (diff)
parent2199b6ba28678d0457bf42185b505a2b78a2dfee (diff)
downloadcrosvm-dcacfecc08d16fa9572e405b4dc6628f457c6221.tar.gz
Use explicitly 2018 edition am: bf52788ad5 am: 6b6670d3d3
am: 2199b6ba28 Change-Id: I0345017e42f8579259adc5fc777fabba669fc091
-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"],