mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Add APK output for x86_64 CPU architecture
Co-Authored-By: Andreas <6576096+ghostbear@users.noreply.github.com>
This commit is contained in:
parent
954c361c1d
commit
08afc7fdf6
3 changed files with 9 additions and 2 deletions
|
@ -23,7 +23,7 @@ fun runCommand(command: String): String {
|
|||
return String(byteOut.toByteArray()).trim()
|
||||
}
|
||||
|
||||
val supportedAbis = setOf("armeabi-v7a", "arm64-v8a", "x86")
|
||||
val supportedAbis = setOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
|
||||
|
||||
android {
|
||||
compileSdk = AndroidVersions.compileSdk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue