-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2154 Android64: Get tests building (#7201)
Made some tweaks to the CMake scripts to get the test suite building for Android: - Drmemtrace is not currently built for Android so we need to disable some tests which depend on it when building for Android (rseq). - Build linux.infloop test binary because it compiles fine for Android and other CMake code expects the target to exist. - Removed --dynamic-list-data because it is not needed with the latest NDK toolchains. - Copy `run_in_bg` tool to the Android test device because it is needed by some tests. It should now be possible to build for Android64 with -DBUILD_TESTS=ON using the latest Android ndk (tested with r27c). Issues: #2154, #1874
- Loading branch information
1 parent
2fba06e
commit 3521f0e
Showing
3 changed files
with
8 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters