diff options
author | John Lin <jolin@mozilla.com> | 2017-08-08 13:23:11 +0800 |
---|---|---|
committer | John Lin <jolin@mozilla.com> | 2017-08-10 12:12:54 +0800 |
commit | fbdb2093dda5f7d2b6bfa0c48405484dc69ab4b4 (patch) | |
tree | 4236fe17ca97dc294fa33882c2f6d7a085b09a52 /components/script/task_source | |
parent | 8a48578a2601769d61ab6f8429e7b1ecb19cbb84 (diff) | |
download | servo-fbdb2093dda5f7d2b6bfa0c48405484dc69ab4b4.tar.gz servo-fbdb2093dda5f7d2b6bfa0c48405484dc69ab4b4.zip |
Fix Android build errors on macOS.
- Add sysroot path to environment variable 'CPPFLAGS':
When checking C preprocessor, the 'configure' script of libbacktrace uses 'CPPFLAGS' rather than 'CFLAGS' and doesn't get the correct search path. (#15758)
This check passes on Linux because the '/lib/cpp' fallback is available there.
- Introduce CMake toolchain file for Android cross compiling:
CMake needs several variables [1] to cross compile for Android.
It works (accidentally) on Linux because cmake-rs sets compilers correctly and binutils for Linux & Android are pretty much the same.
[1] https://cmake.org/cmake/help/v3.7/manual/cmake-toolchains.7.html#cross-compiling-for-android-with-the-ndk
Diffstat (limited to 'components/script/task_source')
0 files changed, 0 insertions, 0 deletions