aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2019-01-09 16:35:43 -0700
committerShannon McPherson <shannon@lunarg.com>2019-01-09 16:35:43 -0700
commitff56a741b1cce8ae20ff6276f51100e668e9c4f5 (patch)
tree22fad956b036bd20e6b449fd10043b834c3e898b /scripts
parent5682c3c5411e5abac944e668a88a04b994347f74 (diff)
downloadusermoji-ff56a741b1cce8ae20ff6276f51100e668e9c4f5.tar.xz
build: Update known-good for 1.1.97 header
Updated: - `build-android/vulkan-headers_revision_android` - `scripts/known_good.json` - `scripts/kvt_genvk.py` Change-Id: Ifa3f61bfd50fb15bff122f51edb63108511922d9
Diffstat (limited to 'scripts')
-rw-r--r--scripts/known_good.json4
-rw-r--r--scripts/kvt_genvk.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json
index 4dae4d0a..03a19959 100644
--- a/scripts/known_good.json
+++ b/scripts/known_good.json
@@ -17,7 +17,7 @@
"sub_dir" : "Vulkan-Headers",
"build_dir" : "Vulkan-Headers/build",
"install_dir" : "Vulkan-Headers/build/install",
- "commit" : "v1.1.96"
+ "commit" : "v1.1.97"
},
{
"name" : "MoltenVK",
@@ -41,7 +41,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit" : "v1.1.96",
+ "commit" : "v1.1.97",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",
diff --git a/scripts/kvt_genvk.py b/scripts/kvt_genvk.py
index 92d69398..62d0d3fa 100644
--- a/scripts/kvt_genvk.py
+++ b/scripts/kvt_genvk.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
#
-# Copyright (c) 2013-2018 The Khronos Group Inc.
+# Copyright (c) 2013-2019 The Khronos Group Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.