Commit 4a8fa19f by Michael Spang Committed by Commit Bot

Fuchsia: Switch to gfx_tests sandbox configuration

The default sandbox config for tests built in chromium doesn't allow access to the GPU or display. Switch to the gfx_tests sandbox config to allow the tests to run. Bug: angleproject:4350 Change-Id: Ib80db196ef55df694369cfc7a3cf18327ce7c952 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2023908 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 571ceb5f
...@@ -140,6 +140,10 @@ if (is_win || is_linux || is_mac || is_android || is_fuchsia) { ...@@ -140,6 +140,10 @@ if (is_win || is_linux || is_mac || is_android || is_fuchsia) {
"$angle_root/src/libANGLE/renderer/vulkan:angle_vulkan_entry_points", "$angle_root/src/libANGLE/renderer/vulkan:angle_vulkan_entry_points",
] ]
} }
if (is_fuchsia) {
manifest = "//build/config/fuchsia/gfx_tests.cmx"
}
} }
} }
......
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