mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
a0b66fc1c7
Because of conflicts between gcov_flush from gcc and the one from llvm, we renamed llvm one into ___custom_llvm_gcov_flush. Since we switched to clang for linux ccov builds, this workaround is now useless. Differential Revision: https://phabricator.services.mozilla.com/D104990
55 lines
2.2 KiB
JSON
55 lines
2.2 KiB
JSON
{
|
|
"stages": "2",
|
|
"build_libcxx": true,
|
|
"build_type": "Release",
|
|
"assertions": false,
|
|
"python_path": "/usr/bin/python2.7",
|
|
"gcc_dir": "{MOZ_FETCHES_DIR}/gcc",
|
|
"cc": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
|
|
"cxx": "{MOZ_FETCHES_DIR}/gcc/bin/g++",
|
|
"as": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
|
|
"android_targets": {
|
|
"armv7-linux-android": {
|
|
"ndk_toolchain": "{MOZ_FETCHES_DIR}/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64",
|
|
"ndk_sysroot": "{MOZ_FETCHES_DIR}/android-ndk/platforms/android-16/arch-arm",
|
|
"ndk_includes": [
|
|
"{MOZ_FETCHES_DIR}/android-ndk/sysroot/usr/include/arm-linux-androideabi",
|
|
"{MOZ_FETCHES_DIR}/android-ndk/sysroot/usr/include"
|
|
],
|
|
"api_level": 16
|
|
},
|
|
"i686-linux-android": {
|
|
"ndk_toolchain": "{MOZ_FETCHES_DIR}/android-ndk/toolchains/x86-4.9/prebuilt/linux-x86_64",
|
|
"ndk_sysroot": "{MOZ_FETCHES_DIR}/android-ndk/platforms/android-16/arch-x86",
|
|
"ndk_includes": [
|
|
"{MOZ_FETCHES_DIR}/android-ndk/sysroot/usr/include/i686-linux-android",
|
|
"{MOZ_FETCHES_DIR}/android-ndk/sysroot/usr/include"
|
|
],
|
|
"api_level": 16
|
|
},
|
|
"aarch64-linux-android": {
|
|
"ndk_toolchain": "{MOZ_FETCHES_DIR}/android-ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64",
|
|
"ndk_sysroot": "{MOZ_FETCHES_DIR}/android-ndk/platforms/android-21/arch-arm64",
|
|
"ndk_includes": [
|
|
"{MOZ_FETCHES_DIR}/android-ndk/sysroot/usr/include/aarch64-linux-android",
|
|
"{MOZ_FETCHES_DIR}/android-ndk/sysroot/usr/include"
|
|
],
|
|
"api_level": 21
|
|
},
|
|
"x86_64-linux-android": {
|
|
"ndk_toolchain": "{MOZ_FETCHES_DIR}/android-ndk/toolchains/x86_64-4.9/prebuilt/linux-x86_64",
|
|
"ndk_sysroot": "{MOZ_FETCHES_DIR}/android-ndk/platforms/android-21/arch-x86_64",
|
|
"ndk_includes": [
|
|
"{MOZ_FETCHES_DIR}/android-ndk/sysroot/usr/include/x86_64-linux-android",
|
|
"{MOZ_FETCHES_DIR}/android-ndk/sysroot/usr/include"
|
|
],
|
|
"api_level": 21
|
|
}
|
|
},
|
|
"patches": [
|
|
"static-llvm-symbolizer.patch",
|
|
"find_symbolizer_linux_clang_10.patch",
|
|
"revert-r362047-and-r362065.patch"
|
|
]
|
|
}
|