Browse Source
We need 2 versions for each ABI, one for NDK21, one for NDK25. The NDK21 ones will be removed one day.merge-requests/1492/head
committed by
Nicolas Pomepuy
9 changed files with 65 additions and 1 deletions
@ -0,0 +1,17 @@ |
|||
# Automatically generated by contrib makefile |
|||
|
|||
[binaries] |
|||
c = 'aarch64-linux-android21-clang' |
|||
cpp = 'aarch64-linux-android21-clang++' |
|||
ar = 'llvm-ar' |
|||
strip = 'llvm-strip' |
|||
pkgconfig = 'pkg-config' |
|||
|
|||
[properties] |
|||
needs_exe_wrapper = true |
|||
|
|||
[host_machine] |
|||
system = 'android' |
|||
cpu_family = 'aarch64' |
|||
endian = 'little' |
|||
cpu = 'aarch64' |
|||
@ -0,0 +1,17 @@ |
|||
# Automatically generated by contrib makefile |
|||
|
|||
[binaries] |
|||
c = 'armv7a-linux-androideabi21-clang' |
|||
cpp = 'armv7a-linux-androideabi21-clang++' |
|||
ar = 'llvm-ar' |
|||
strip = 'llvm-strip' |
|||
pkgconfig = 'pkg-config' |
|||
|
|||
[properties] |
|||
needs_exe_wrapper = true |
|||
|
|||
[host_machine] |
|||
system = 'android' |
|||
cpu_family = 'arm' |
|||
endian = 'little' |
|||
cpu = 'arm' |
|||
@ -0,0 +1,14 @@ |
|||
# Automatically generated by contrib makefile |
|||
|
|||
[binaries] |
|||
c = 'i686-linux-android21-clang' |
|||
cpp = 'i686-linux-android21-clang++' |
|||
ar = 'llvm-ar' |
|||
strip = 'llvm-strip' |
|||
pkgconfig = 'pkg-config' |
|||
|
|||
[host_machine] |
|||
system = 'android' |
|||
cpu_family = 'x86' |
|||
endian = 'little' |
|||
cpu = 'i686' |
|||
@ -0,0 +1,16 @@ |
|||
# Automatically generated by contrib makefile |
|||
|
|||
[binaries] |
|||
c = 'x86_64-linux-android21-clang' |
|||
cpp = 'x86_64-linux-android21-clang++' |
|||
ar = 'llvm-ar' |
|||
strip = 'llvm-strip' |
|||
pkgconfig = 'pkg-config' |
|||
|
|||
[properties] |
|||
|
|||
[host_machine] |
|||
system = 'android' |
|||
cpu_family = 'x86_64' |
|||
endian = 'little' |
|||
cpu = 'x86_64' |
|||
Loading…
Reference in new issue