Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
11eb3fcdd9db5bbc63aae4ddb0a44018f41b4cf2
/
.
/
crates
/
oneshot-uniffi
/
patches
/
disable-async-tests.patch
blob: 7e07ab16f6d99f1d0c0f39371aacaa5d4fa7f3ad [
file
] [
log
] [
blame
]
diff
--
git a
/
tests
/
async
.
rs b
/
tests
/
async
.
rs
index e7633aa
..
59acbf5
100644
---
a
/
tests
/
async
.
rs
+++
b
/
tests
/
async
.
rs
@@
-
1
,
3
+
1
,
4
@@
+#![
cfg
(
not
(
soong
))]
#![cfg(all(feature = "async", not(loom)))]
use
core
::
mem
;