Commit d0239396 by Yuly Novikov Committed by Commit Bot

Fix angle_deqp_egl_tests compilation on Android

BUG=angleproject:1657 Change-Id: I5afb28485bd5ca7bdf7015f5fdcaa84ec3c02b95 Reviewed-on: https://chromium-review.googlesource.com/418710Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent da2f78f9
......@@ -169,6 +169,9 @@ if (build_angle_deqp_tests) {
include_dirs += [ "../deqp/src/framework/platform/win32" ]
cflags = deqp_gypi.deqp_win_cflags
}
if (is_android) {
include_dirs += [ "../../../deqp/src/framework/platform/android" ]
}
defines = deqp_gypi.deqp_defines
defines += [ "_MBCS" ]
......@@ -239,6 +242,8 @@ if (build_angle_deqp_tests) {
rebase_path(deqp_gypi.deqp_libtester_sources_unix, ".", "../..")
}
if (is_android) {
sources +=
rebase_path(deqp_gypi.deqp_libtester_sources_android, ".", "../..")
libs = [ "log" ]
}
}
......
......@@ -1177,6 +1177,11 @@
'<(deqp_path)/framework/delibs/dethread/unix/deThreadLocalUnix.c',
'<(deqp_path)/framework/delibs/dethread/unix/deThreadUnix.c',
],
'deqp_libtester_sources_android':
[
'<(deqp_path)/framework/platform/android/tcuAndroidInternals.cpp',
'<(deqp_path)/framework/platform/android/tcuAndroidInternals.hpp',
],
'deqp_gpu_test_expectations_sources':
[
'third_party/gpu_test_expectations/gpu_info.cc',
......
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