File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/libANGLE/renderer/vulkan Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ group("angle_vulkan_entry_points") {
169169 " //third_party/fuchsia-sdk:vulkan_base" ,
170170 " //third_party/fuchsia-sdk/sdk:vulkan" ,
171171 ]
172- } else if (! is_android ) {
172+ } else if (! is_android && ! is_ggp ) {
173173 data_deps = [
174174 " $angle_root /third_party/vulkan-loader/src:libvulkan" ,
175175 ]
@@ -221,7 +221,7 @@ angle_source_set("angle_vulkan_backend") {
221221 import (" vk_internal_shaders_autogen.gni" )
222222 sources += angle_vulkan_internal_shaders
223223
224- if (! is_android && ! is_fuchsia ) {
224+ if (! is_android && ! is_fuchsia && ! is_ggp ) {
225225 data_deps += [
226226 " $angle_root /third_party/vulkan-loader/src:libvulkan" ,
227227 " $angle_root /third_party/vulkan-tools/src:VkICD_mock_icd" ,
You can’t perform that action at this time.
0 commit comments