Snap for 11949167 from 7175db3186adee24296f1a4ba69255ae5bd6133e to 24Q3-release
Change-Id: Ib62a9c47e7533192bc362aeea0f81947972be9b7
diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch
index e9ba659..bb53adc 100644
--- a/patches/Android.bp.patch
+++ b/patches/Android.bp.patch
@@ -1,8 +1,15 @@
diff --git a/Android.bp b/Android.bp
-index cc2a9fa..bb9f5cf 100644
+index dabff6d..9f54e56 100644
--- a/Android.bp
+++ b/Android.bp
-@@ -7,7 +7,7 @@
+@@ -17,21 +17,21 @@ license {
+ ],
+ license_text: [
+ "LICENSE-APACHE",
+ "LICENSE-MIT",
+ ],
+ }
+
rust_library {
name: "liboneshot_uniffi",
host_supported: true,
@@ -10,4 +17,11 @@
+ crate_name: "oneshot",
cargo_env_compat: true,
cargo_pkg_version: "0.1.6",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
+ edition: "2021",
+ features: [
+ "async",
+ "default",
+ "std",
+ ],
+ apex_available: [