Regenerate Android.bp patch with correct context so it applies cleanly am: d61a843fbc am: fd9ca8971c

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/oneshot-uniffi/+/3119152

Change-Id: I5423a6afc787d07f2f9fbb7922d15e25a16002fc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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: [