aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-09-09 14:58:58 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-09 14:58:58 -0700
commit8b2bcf6811591d213394ac5c26efba4ce36506d6 (patch)
tree09d232e52314ddd280d9804e59cb9f399a373331
parent1dc29ac0471334864dc196627f8e62e8d8396594 (diff)
parent98522dabfec49be66529b1dfc8b43c56dbd0ed9c (diff)
downloadplatform_external_rust_crates_unicode-xid-8b2bcf6811591d213394ac5c26efba4ce36506d6.tar.gz
platform_external_rust_crates_unicode-xid-8b2bcf6811591d213394ac5c26efba4ce36506d6.tar.bz2
platform_external_rust_crates_unicode-xid-8b2bcf6811591d213394ac5c26efba4ce36506d6.zip
Add libunicode_xid build file. am: 062b4bd142
am: 98522dabfe Change-Id: Ia024f4d88d5e24c6de722a97a75ac34940106f00
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..5199e25
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,6 @@
+rust_library_rlib {
+ name: "libunicode_xid",
+ crate_name: "unicode_xid",
+ srcs: ["src/lib.rs"],
+ host_supported: true,
+}