Commit 9e5bbb38 by Geoff Lang Committed by Commit Bot

Use ANGLE's vulkan-headers dep when rolling ANGLE into Android.

We previously used the existing Android target for vulkan headers but it does not roll as fast as ANGLE's, possibly causing divergence in test results. BUG=angleproject:2344 BUG=b:150892231 Change-Id: Ibef33b266943c040219529f64ea8cd29c8c9bf83 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2090394Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 90a8af38
...@@ -135,11 +135,9 @@ def gn_sources_to_blueprint_sources(sources): ...@@ -135,11 +135,9 @@ def gn_sources_to_blueprint_sources(sources):
target_blackist = [ target_blackist = [
'//build/config:shared_library_deps', '//build/config:shared_library_deps',
'//third_party/vulkan-headers/src:vulkan_headers',
] ]
include_blacklist = [ include_blacklist = [
'//third_party/vulkan-headers/src/include/',
] ]
......
...@@ -12,6 +12,7 @@ deps=( ...@@ -12,6 +12,7 @@ deps=(
"third_party/spirv-tools/src" "third_party/spirv-tools/src"
"third_party/glslang/src" "third_party/glslang/src"
"third_party/spirv-headers/src" "third_party/spirv-headers/src"
"third_party/vulkan-headers/src"
"third_party/jsoncpp" "third_party/jsoncpp"
"third_party/jsoncpp/source" "third_party/jsoncpp/source"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment