aboutsummaryrefslogtreecommitdiff
path: root/build-android/update_external_sources_android.bat
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2016-11-03 14:34:17 -0600
committerCody Northrop <cnorthrop@google.com>2016-11-14 15:06:43 -0700
commit37bb15fb906931f4f3da67eaf3777f4e7622f1a1 (patch)
tree489995b66c52fc77b95a51bd563b979547b90b70 /build-android/update_external_sources_android.bat
parent4f335ae5dd44be4a707c011487904c4299749ac3 (diff)
downloadusermoji-37bb15fb906931f4f3da67eaf3777f4e7622f1a1.tar.xz
android: Pull known good toolchain versions
This includes pulling libSPIRV-Tools-opt into the build to satisfy new shaderc revision.
Diffstat (limited to 'build-android/update_external_sources_android.bat')
-rwxr-xr-xbuild-android/update_external_sources_android.bat8
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!