mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 11:41:51 +02:00
Update tpt-libs, add support for android
This commit is contained in:
8
android/cross/arm64-v8a.ini
Normal file
8
android/cross/arm64-v8a.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[constants]
|
||||
android_ndk_toolchain_prefix = 'aarch64-linux-android21-'
|
||||
|
||||
[host_machine]
|
||||
system = 'android'
|
||||
cpu_family = 'aarch64'
|
||||
cpu = 'armv8'
|
||||
endian = 'little'
|
8
android/cross/armeabi-v7a.ini
Normal file
8
android/cross/armeabi-v7a.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[constants]
|
||||
android_ndk_toolchain_prefix = 'armv7a-linux-androideabi19-'
|
||||
|
||||
[host_machine]
|
||||
system = 'android'
|
||||
cpu_family = 'arm'
|
||||
cpu = 'armv7a'
|
||||
endian = 'little'
|
8
android/cross/x86.ini
Normal file
8
android/cross/x86.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[constants]
|
||||
android_ndk_toolchain_prefix = 'i686-linux-android19-'
|
||||
|
||||
[host_machine]
|
||||
system = 'android'
|
||||
cpu_family = 'x86'
|
||||
cpu = 'i686'
|
||||
endian = 'little'
|
8
android/cross/x86_64.ini
Normal file
8
android/cross/x86_64.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[constants]
|
||||
android_ndk_toolchain_prefix = 'x86_64-linux-android21-'
|
||||
|
||||
[host_machine]
|
||||
system = 'android'
|
||||
cpu_family = 'x86_64'
|
||||
cpu = 'amd64'
|
||||
endian = 'little'
|
Reference in New Issue
Block a user