aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-24 00:14:21 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-24 00:14:21 +0000
commitbfa507415b4d7e1363736f98c73981278b6ca384 (patch)
tree1581c4d9545cdce8e7df4125b43cb83b1a29f3b5
parente6a5adcd2630a799976f171f6fb490e89c80e5df (diff)
parentf8a31e1e89a16a124ca09add3909c8ab67a3009f (diff)
downloadspin-android14-qpr2-s1-release.tar.gz
Change-Id: I8fe906c758a9f3d0ae9cdeea9d0f86fed6fdb08d
-rw-r--r--Android.bp4
-rw-r--r--cargo_embargo.json2
2 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bf50beb..86265a2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,7 +40,9 @@ rust_library {
srcs: ["src/lib.rs"],
edition: "2015",
features: [
+ "mutex",
"once",
+ "spin_mutex",
"std",
],
apex_available: [
@@ -66,7 +68,9 @@ rust_test {
},
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