aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-09-09 15:06:24 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-09 15:06:24 -0700
commit2b7efedaf732c566b5757e4fbf5f7fa81e0b96ee (patch)
tree09d232e52314ddd280d9804e59cb9f399a373331
parent7872db87e25043cadb0e63ac1e2360b792e1944d (diff)
parent8b2bcf6811591d213394ac5c26efba4ce36506d6 (diff)
downloadplatform_external_rust_crates_unicode-xid-2b7efedaf732c566b5757e4fbf5f7fa81e0b96ee.tar.gz
platform_external_rust_crates_unicode-xid-2b7efedaf732c566b5757e4fbf5f7fa81e0b96ee.tar.bz2
platform_external_rust_crates_unicode-xid-2b7efedaf732c566b5757e4fbf5f7fa81e0b96ee.zip
Add libunicode_xid build file. am: 062b4bd142 am: 98522dabfe
am: 8b2bcf6811 Change-Id: Iafb244493fd89649368b57c2bf1aa00e841f2521
-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,
+}