Commit 9a51daf6 by Yuly Novikov Committed by Commit Bot

Fix angle_apk build

Bug: angleproject:2995 Change-Id: I277a36b58dc6e0a9268b43d89e1da46635b5e1d1 Reviewed-on: https://chromium-review.googlesource.com/c/1378691Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarTobin Ehlis <tobine@google.com> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent a7af56be
...@@ -298,8 +298,8 @@ if (is_win || is_linux || is_android || is_mac) { ...@@ -298,8 +298,8 @@ if (is_win || is_linux || is_android || is_mac) {
deps = googletest_deps + [ deps = googletest_deps + [
angle_root + ":angle_util_static", angle_root + ":angle_util_static",
angle_root + ":libEGL", angle_root + ":libEGL${angle_libs_suffix}",
angle_root + ":libGLESv2", angle_root + ":libGLESv2${angle_libs_suffix}",
angle_root + "/third_party/jsoncpp:jsoncpp", angle_root + "/third_party/jsoncpp:jsoncpp",
] ]
......
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