Add build_with_tools manifest (#285)

* add manifest to build driver with spvgen dependency libs

* Update build_with_tools manifest to include default.xml

* Update manifest: simplify the remote fetch address
This commit is contained in:
Wenqing Li 2022-07-20 16:41:23 +08:00 committed by GitHub
parent f383e5546b
commit 1a2eff1065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

13
build_with_tools.xml Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<include name="default.xml" />
<remote name="khronos-github"
fetch="https://github.com/KhronosGroup/" />
<project path="drivers/third_party/glslang" name="glslang.git" remote="khronos-github" revision="6624e1367309630b2f6df3cf93a5f864e89973f9"/>
<project path="drivers/third_party/SPIRV-tools" name="SPIRV-Tools.git" remote="khronos-github" revision="8a40f6de57d7b78bc431678d90aa8a570d1631f2"/>
<project path="drivers/third_party/SPIRV-tools/external/SPIRV-Headers" name="SPIRV-Headers.git" remote="khronos-github" revision="b8047fbe45f426f5918fadc67e8408f5b108c3c9"/>
<project path="drivers/third_party/SPIRV-cross" name="SPIRV-Cross.git" remote="khronos-github" revision="a1bb29ccbb285618028a24efb3fe4f6718cee0b5"/>
</manifest>

View File

@ -2,7 +2,7 @@
<manifest>
<remote name="vulkan-github"
fetch="https://github.com/GPUOpen-Drivers" />
fetch="." />
<default revision="master"
remote="vulkan-github"