Commit 30414789 by Geoff Lang Committed by Commit Bot

Revert "GLES1: Link against angle_util_static instead of angle_util."

This reverts commit da91c9a6. Reason for revert: Causes undefined behaviour in linker. Original change's description: > GLES1: Link against angle_util_static instead of angle_util. > > Attempting to work around missing .so on linux bots. > > BUG=angleproject:2303 > > Change-Id: I7fabad308afd420987369b460c13c00781113605 > Reviewed-on: https://chromium-review.googlesource.com/909028 > Reviewed-by: Geoff Lang <geofflang@chromium.org> > Commit-Queue: Geoff Lang <geofflang@chromium.org> TBR=geofflang@chromium.org,lfy@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: angleproject:2303 Change-Id: I8d3f3d9bd618d9604cec0f02424f788cab25b3f9 Reviewed-on: https://chromium-review.googlesource.com/913550Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Reviewed-by: 's avatarLingfeng Yang <lfy@google.com> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 046fa0ef
......@@ -457,7 +457,7 @@ if (build_angle_gles1_conform_tests) {
deps = googletest_deps + [
":angle_gles1_conformance_no_gtest",
angle_root + ":angle_common",
angle_root + ":angle_util_static",
angle_root + ":angle_util",
angle_root + ":libEGL",
angle_root + ":libGLESv1_CM",
angle_root + ":libGLESv2",
......
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