mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00

Change-Id: I331522a09257d4ae787893ff72c270886c1aa210 Reviewed-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
30 lines
730 B
Plaintext
30 lines
730 B
Plaintext
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'aarch64'
|
|
cpu = 'aarch64'
|
|
endian = 'little'
|
|
|
|
# Compilers and tools reside in <NDK>/toolchains/llvm/prebuilt/<host-tag>/bin/
|
|
# Please add this path to the environment(PATH) before compiling
|
|
[binaries]
|
|
c = 'aarch64-linux-android29-clang'
|
|
cpp = 'aarch64-linux-android29-clang++'
|
|
ar = 'aarch64-linux-android-ar'
|
|
strip = 'aarch64-linux-android-strip'
|
|
pkgconfig = 'pkg-config'
|
|
|
|
#cmake = 'cmake'
|
|
#c_ld = 'gold'
|
|
#cpp_ld = 'gold'
|
|
#exe_wrapper = ''
|
|
|
|
[properties]
|
|
sys_root = '<daemon>/contrib/aarch64-linux-android29'
|
|
pkg_config_libdir = '<daemon>/contrib/aarch64-linux-android29/lib/pkgconfig'
|
|
|
|
#c_args = ['']
|
|
#c_link_args = ['']
|
|
#cpp_args = ['']
|
|
#cpp_link_args = ['']
|
|
#needs_exe_wrapper = true
|