Commit cb69b46a by Shahbaz Youssefi Committed by Commit Bot

Remove teglAndroidUtil.cpp override

The file was fixed in https://gerrit.khronos.org/c/vk-gl-cts/+/7296. Bug: angleproject:5870 Change-Id: I46410985ef0e66f886a6ee2ba321725242e01ce7 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2892288Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent 1d019f49
...@@ -751,8 +751,7 @@ deqp_gles31_sources = [ ...@@ -751,8 +751,7 @@ deqp_gles31_sources = [
] ]
deqp_egl_sources = [ deqp_egl_sources = [
# "$deqp_path/modules/egl/teglAndroidUtil.cpp", # anglebug.com/5816: build failure. Fixed in "$deqp_path/modules/egl/teglAndroidUtil.cpp",
# https://gerrit.khronos.org/c/vk-gl-cts/+/7296
"$deqp_path/modules/egl/teglAndroidUtil.hpp", "$deqp_path/modules/egl/teglAndroidUtil.hpp",
"$deqp_path/modules/egl/teglApiCase.cpp", "$deqp_path/modules/egl/teglApiCase.cpp",
"$deqp_path/modules/egl/teglApiCase.hpp", "$deqp_path/modules/egl/teglApiCase.hpp",
...@@ -855,9 +854,6 @@ deqp_egl_sources = [ ...@@ -855,9 +854,6 @@ deqp_egl_sources = [
"$deqp_path/modules/egl/teglVGRenderUtil.hpp", "$deqp_path/modules/egl/teglVGRenderUtil.hpp",
"$deqp_path/modules/egl/teglWideColorTests.cpp", "$deqp_path/modules/egl/teglWideColorTests.cpp",
"$deqp_path/modules/egl/teglWideColorTests.hpp", "$deqp_path/modules/egl/teglWideColorTests.hpp",
# Overrides
"deqp_support//teglAndroidUtil_override.cpp", # anglebug.com/5816
] ]
deqp_khr_common_sources = [ deqp_khr_common_sources = [
......
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