Commit da91c9a6 by Geoff Lang

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/909028Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent e051ea72
...@@ -457,7 +457,7 @@ if (build_angle_gles1_conform_tests) { ...@@ -457,7 +457,7 @@ if (build_angle_gles1_conform_tests) {
deps = googletest_deps + [ deps = googletest_deps + [
":angle_gles1_conformance_no_gtest", ":angle_gles1_conformance_no_gtest",
angle_root + ":angle_common", angle_root + ":angle_common",
angle_root + ":angle_util", angle_root + ":angle_util_static",
angle_root + ":libEGL", angle_root + ":libEGL",
angle_root + ":libGLESv1_CM", angle_root + ":libGLESv1_CM",
angle_root + ":libGLESv2", 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