Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ else()
set(DIVE_GFXR_GRADLE_CONSOLE "verbose" CACHE LIST "Value of --console to use when building GFXR with Gradle")
message(CHECK_START "Build gfxr for android")
execute_process(
COMMAND ./gradlew assemble${CMAKE_BUILD_TYPE} --console=${DIVE_GFXR_GRADLE_CONSOLE} -P${ANDROID_ABI}
COMMAND ./gradlew layer:assemble${CMAKE_BUILD_TYPE} replay:assemble${CMAKE_BUILD_TYPE} --console=${DIVE_GFXR_GRADLE_CONSOLE} -P${ANDROID_ABI}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/third_party/gfxreconstruct/android
COMMAND_ERROR_IS_FATAL ANY
)
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_android.bat
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pushd !GFXR_ROOT_DIR!
set build=%%b

echo GFXR_ROOT_DIR: !GFXR_ROOT_DIR!
call gradlew assemble!build! --console=verbose -Parm64-v8a
call gradlew layer:assemble!build! replay:assemble!build! --console=verbose -Parm64-v8a
))
popd

Expand Down