mirror of
https://github.com/termux/termux-packages.git
synced 2025-11-01 19:38:56 +00:00
12 lines
272 B
Diff
12 lines
272 B
Diff
--- a/build/rust/std/rules/BUILD.gn
|
|
+++ b/build/rust/std/rules/BUILD.gn
|
|
@@ -1900,7 +1900,7 @@
|
|
"//build/rust/std:profiler_builtins_group",
|
|
"//build/rust/std:std_build_deps",
|
|
]
|
|
- if (is_android) {
|
|
+ if (true) {
|
|
deps += [
|
|
":alloc",
|
|
":libc",
|