summaryrefslogtreecommitdiff
path: root/data/cross-files/android_arm64.txt
blob: 350db6760ce68680dbbb898e2da7a01fb4d9fe7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[constants]
ndk_path = '/path/to/android-ndk-r23b'
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'