summaryrefslogtreecommitdiff
path: root/.gitlab-ci/cross_file_android_arm64_31.txt
blob: f65af2905334e9bb8dba3581cf0fbccf49af74e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[constants]
ndk_path = '/opt/android-ndk'
toolchain = ndk_path / 'toolchains/llvm/prebuilt/linux-x86_64'

[host_machine]
system = 'android'
cpu_family = 'aarch64'
cpu = 'aarch64'
endian = 'little'

[properties]
sys_root = toolchain / 'sysroot'
c_ld = 'gold'
cpp_ld = 'gold'

[binaries]
c =     toolchain / 'bin/aarch64-linux-android31-clang'
cpp =   toolchain / 'bin/aarch64-linux-android31-clang++'
ar =    toolchain / 'bin/llvm-ar'
strip = toolchain / 'bin/llvm-strip'