Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit aabd53d

Browse files
committed
test_enable_vulkan for fuchsia
1 parent ce227dd commit aabd53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/config.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ declare_args() {
1717
test_enable_metal = shell_enable_metal
1818

1919
# The Vulkan unittests are combined with the GL unittests.
20-
test_enable_vulkan = shell_enable_gl
20+
test_enable_vulkan = is_fuchsia || shell_enable_gl
2121
test_enable_software = shell_enable_software
2222
}

0 commit comments

Comments
 (0)