-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating build scripts targeting android (#161)
Made changes to build scripts to make the process between Windows and Linux hosts more similar. Also updated documentation. Now in both scripts: * ability to pass a parameter to specify build for only one type (Debug/Release) with basic input validation * gfxr replay files are copied to build_android/<BUILD_TYPE>/third_party/gfxreconstruct/android/tools/replay * start and end time is reported at the end of execution * gradle is passed the flag --console=verbose for more descriptive and permanent output Remaining differences: * where gradle builds for gfxr are triggered * on Windows this is triggered from build_android.bat * on Linux this is triggered from cmake
- Loading branch information
1 parent
696d6f4
commit 79e7368
Showing
4 changed files
with
68 additions
and
32 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
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