diff options
Diffstat (limited to 'build-android/update_external_sources_android.bat')
| -rwxr-xr-x | build-android/update_external_sources_android.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build-android/update_external_sources_android.bat b/build-android/update_external_sources_android.bat index 8f6db224..d160a30a 100755 --- a/build-android/update_external_sources_android.bat +++ b/build-android/update_external_sources_android.bat @@ -191,7 +191,7 @@ REM // ======== Functions ======== // echo Creating local glslang repository %GLSLANG_DIR% mkdir %GLSLANG_DIR% cd %GLSLANG_DIR% - git clone https://github.com/KhronosGroup/glslang.git . + git clone https://android.googlesource.com/platform/external/shaderc/glslang . git checkout %GLSLANG_REVISION% if not exist %GLSLANG_DIR%\SPIRV ( echo glslang source download failed! @@ -216,7 +216,7 @@ goto:eof echo Creating local spirv-tools repository %SPIRV_TOOLS_DIR% mkdir %SPIRV_TOOLS_DIR% cd %SPIRV_TOOLS_DIR% - git clone https://github.com/KhronosGroup/SPIRV-Tools.git . + git clone https://android.googlesource.com/platform/external/shaderc/spirv-tools . git checkout %SPIRV_TOOLS_REVISION% if not exist %SPIRV_TOOLS_DIR%\source ( echo spirv-tools source download failed! @@ -241,7 +241,7 @@ goto:eof echo Creating local spirv-headers repository %SPIRV_HEADERS_DIR% mkdir %SPIRV_HEADERS_DIR% cd %SPIRV_HEADERS_DIR% - git clone https://github.com/KhronosGroup/SPIRV-Headers.git . + git clone https://android.googlesource.com/platform/external/shaderc/spirv-headers . git checkout %SPIRV_HEADERS_REVISION% if not exist %SPIRV_HEADERS_DIR%\include ( echo spirv-headers source download failed! @@ -266,7 +266,7 @@ goto:eof echo Creating local shaderc repository %SHADERC_DIR% mkdir %SHADERC_DIR% cd %SHADERC_DIR% - git clone https://github.com/google/shaderc.git . + git clone https://android.googlesource.com/platform/external/shaderc/shaderc . git checkout %SHADERC_REVISION% if not exist %SHADERC_DIR%\libshaderc ( echo shaderc source download failed! |
