Snap for 11139387 from f8a31e1e89a16a124ca09add3909c8ab67a3009f to 24Q1-release

Change-Id: I8fe906c758a9f3d0ae9cdeea9d0f86fed6fdb08d
diff --git a/Android.bp b/Android.bp
index bf50beb..86265a2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,7 +40,9 @@
     srcs: ["src/lib.rs"],
     edition: "2015",
     features: [
+        "mutex",
         "once",
+        "spin_mutex",
         "std",
     ],
     apex_available: [
@@ -66,7 +68,9 @@
     },
     edition: "2015",
     features: [
+        "mutex",
         "once",
+        "spin_mutex",
         "std",
     ],
     rustlibs: ["libcriterion"],
diff --git a/cargo_embargo.json b/cargo_embargo.json
index d3b04d4..e32838b 100644
--- a/cargo_embargo.json
+++ b/cargo_embargo.json
@@ -5,6 +5,8 @@
     {
       "features": [
         "once",
+        "mutex",
+        "spin_mutex",
         "std"
       ],
       "tests": true