Add rust support to android-x86

This commit is contained in:
Jonas Vautherin
2025-02-15 22:50:21 +01:00
parent e6619f6a22
commit 4a4babf7fa
2 changed files with 11 additions and 0 deletions

5
android-x86/config.toml Normal file
View File

@@ -0,0 +1,5 @@
[build]
target = "i686-linux-android"
[target.i686-linux-android]
linker = "/usr/i686-linux-android/bin/i686-linux-android23-clang"