Import xml-rs 0.8.3
Bug: 191601801
Test: m libxml
Change-Id: Ic95f410632d24503e78b3f57543d0cdb13886f2f
diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch
new file mode 100644
index 0000000..816c5db
--- /dev/null
+++ b/patches/Android.bp.patch
@@ -0,0 +1,12 @@
+diff --git a/Android.bp b/Android.bp
+index b9fe3bd..1144ed1 100644
+--- a/Android.bp
++++ b/Android.bp
+@@ -113,6 +113,7 @@ rust_test {
+ defaults: ["xml-rs_test_defaults_xml_rs"],
+ // has rustc warnings
+ srcs: ["tests/event_writer.rs"],
++ data: ["tests/documents/*"],
+ }
+
+ rust_test_host {