From 37bb15fb906931f4f3da67eaf3777f4e7622f1a1 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Thu, 3 Nov 2016 14:34:17 -0600 Subject: android: Pull known good toolchain versions This includes pulling libSPIRV-Tools-opt into the build to satisfy new shaderc revision. --- build-android/update_external_sources_android.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build-android/update_external_sources_android.bat') 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! -- cgit v1.2.3