forked from ddnet/ddnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support building Android version on Windows with MSYS2
Support user-defined `ANDROID_HOME` variable in the `cmake_android.sh` script to specify different location for Android SDK installation. See https://developer.android.com/tools/variables#envar for details. Make generation of data integrity index file in the `cmake_android.sh` script faster by factor >100 in MSYS2 on Windows by avoiding the loop over piped output. Locally prepend `/usr/bin/` to the `PATH` variable in the `cmake_android.sh` script to ensure that the MSYS2 binaries are used instead of Windows-native tools with the same names which work differently like `find` and `sort`. Update ddnet-libs reference to include the Android libs (latest ddnet-libs master). Update README with steps for building the Android version on Windows with MSYS2.
- Loading branch information
Showing
3 changed files
with
73 additions
and
20 deletions.
There are no files selected for viewing
Submodule ddnet-libs
updated
530 files
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