aboutsummaryrefslogtreecommitdiff
path: root/build-android/build.py
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2020-07-23 20:42:57 -0400
committerDavid Neto <dneto@google.com>2020-07-29 17:12:38 -0400
commit382ab0f058becace23a99ab0eeaf3da2637cd080 (patch)
tree51013dde269b012898b682ae1dfe7aad524439d5 /build-android/build.py
parent28f8a95f08b8aa4a9f4ccad4096736b50e283473 (diff)
downloadvulkan-validation-layers-382ab0f058becace23a99ab0eeaf3da2637cd080.tar.gz
Update glslang source files, update static constant names
- HLSL sources moved from ./hlsl to ./glslang/HLSL - Add CHANGES.md, build_info.py, build_info.h.tmpl which combine to produce build version information Use new names for constants imported from SPIRV-Tools SPIRV-Toosl commit e1a76269b from 2019-03-19 deprecated: kInstBindlessOut* -> kInstBindlessBoundsOut* SPIRV-Tools commit 3d62cb814 from 2019-05-29 deprecated: kInstTessOut* -> kInstTessCtlOut* kInstCompOutGlobalInvocationId -> kInstCompOutGlobalInvocationIdX The old names were later removed. Change-Id: If15bfad8276f91d93008a6f38b79a09106ecde9e
Diffstat (limited to 'build-android/build.py')
-rwxr-xr-xbuild-android/build.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-android/build.py b/build-android/build.py
index 7b4d3d32a..80a3f166e 100755
--- a/build-android/build.py
+++ b/build-android/build.py
@@ -204,12 +204,17 @@ def main():
'dest_dir': 'third_party/shaderc/third_party/glslang',
'files': ['glslang/OSDependent/osinclude.h',
'Android.mk',
+ # Build version info is generated frmo the CHANGES.md file.
+ 'CHANGES.md',
+ 'build_info.h.tmpl',
+ 'build_info.py',
],
'dirs': [
'SPIRV',
'OGLCompilersDLL',
'glslang/GenericCodeGen',
'hlsl',
+ 'glslang/HLSL',
'glslang/Include',
'glslang/MachineIndependent',
'glslang/OSDependent/Unix',