aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2019-10-07 12:26:11 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-07 12:26:11 -0700
commit2e20f6a6229104dc14e04ad8e91e39afb092279c (patch)
tree0d63602442b8632d4e1ce192154dcb2c95a1a01b
parenta94307be8d335558b16d54a7051ff3c979059924 (diff)
parent1809e3e8893e8d9fdec6b842427b7ffdbeb92a23 (diff)
downloadplatform_external_rust_crates_unicode-xid-2e20f6a6229104dc14e04ad8e91e39afb092279c.tar.gz
platform_external_rust_crates_unicode-xid-2e20f6a6229104dc14e04ad8e91e39afb092279c.tar.bz2
platform_external_rust_crates_unicode-xid-2e20f6a6229104dc14e04ad8e91e39afb092279c.zip
Add explicit default 2015.
am: 1809e3e889 Change-Id: Idc40f05b4e68f1ca7c142a6a45e96998d51d21d9
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 5199e25..6e218b8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,10 @@
rust_library_rlib {
name: "libunicode_xid",
+ host_supported: true,
crate_name: "unicode_xid",
srcs: ["src/lib.rs"],
- host_supported: true,
+ edition: "2015",
+ features: [
+ "default",
+ ],
}