summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle.kts4
1 files changed, 1 insertions, 3 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 5bd78f7906..0e1f9ffa62 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -292,9 +292,7 @@ cargo {
}
}
exec = { spec, _ ->
- val remaps = generateRemapArguments()
- println("rustc path prefix remaps: $remaps")
- spec.environment("RUSTFLAGS", remaps)
+ spec.environment("RUSTFLAGS", generateRemapArguments())
}
}