1diff --git a/Android.bp b/Android.bp 2index dabff6d..9f54e56 100644 3--- a/Android.bp 4+++ b/Android.bp 5@@ -17,21 +17,21 @@ license { 6 ], 7 license_text: [ 8 "LICENSE-APACHE", 9 "LICENSE-MIT", 10 ], 11 } 12 13 rust_library { 14 name: "liboneshot_uniffi", 15 host_supported: true, 16- crate_name: "oneshot_uniffi", 17+ crate_name: "oneshot", 18 cargo_env_compat: true, 19 cargo_pkg_version: "0.1.6", 20 crate_root: "src/lib.rs", 21 edition: "2021", 22 features: [ 23 "async", 24 "default", 25 "std", 26 ], 27 apex_available: [ 28