aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2019-10-07 12:47:05 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-07 12:47:05 -0700
commit3065fab46f072f67dd053da0d2c017638576e855 (patch)
tree0d63602442b8632d4e1ce192154dcb2c95a1a01b
parent1aa4cc3756db5ea4ff01b5800a5197f75249276a (diff)
parent548d586410aadf9c427aa8e36adc8f890889a246 (diff)
downloadplatform_external_rust_crates_unicode-xid-3065fab46f072f67dd053da0d2c017638576e855.tar.gz
platform_external_rust_crates_unicode-xid-3065fab46f072f67dd053da0d2c017638576e855.tar.bz2
platform_external_rust_crates_unicode-xid-3065fab46f072f67dd053da0d2c017638576e855.zip
Add explicit default 2015. am: 1809e3e889 am: 2e20f6a622 am: 18ee23b52a
am: 548d586410 Change-Id: I62471d7cb38066822dc1d29a66d1f24372b6572c
-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",
+ ],
}