You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
541 B

diff --git a/Android.bp b/Android.bp
index fa383fd..7c098db 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,6 @@
// This file is generated by cargo2android.py --run --dependencies --device --features derive --patch patches/Android.bp.patch.
-rust_library {
+rust_library_rlib {
name: "libarbitrary",
host_supported: true,
crate_name: "arbitrary",
@@ -8,7 +8,6 @@ rust_library {
edition: "2018",
features: [
"derive",
- "derive_arbitrary",
],
proc_macros: ["libderive_arbitrary"],
}