aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2019-10-30 00:40:11 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-30 00:40:11 -0700
commitee54c10885f81df2cad3ca3c87197a9650de5cb4 (patch)
tree32b3c34db61ae50756c47cee698fe29a6f0e8ba7
parent658c7039228ffd8163a5448a37881996eefa97f8 (diff)
parent23580d49f6da3b919c9b9e5b7ad1b28c088fec3f (diff)
downloadplatform_external_rust_crates_unicode-xid-ee54c10885f81df2cad3ca3c87197a9650de5cb4.tar.gz
platform_external_rust_crates_unicode-xid-ee54c10885f81df2cad3ca3c87197a9650de5cb4.tar.bz2
platform_external_rust_crates_unicode-xid-ee54c10885f81df2cad3ca3c87197a9650de5cb4.zip
Add rust_test module.
am: 23580d49f6 Change-Id: I011a95ee0440e3ab0659bcf8c88ff42b1e1ffde2
-rw-r--r--Android.bp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8786f96..99031d1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -10,3 +10,15 @@ rust_library_rlib {
"default",
],
}
+
+rust_test {
+ name: "unicode-xid_test_src_lib",
+ host_supported: true,
+ crate_name: "unicode_xid",
+ srcs: ["src/lib.rs"],
+ relative_install_path: "rust/unicode-xid",
+ edition: "2015",
+ features: [
+ "default",
+ ],
+}