Commit 4386840c by Cody Northrop Committed by Commit Bot

Tests: Add android log library to traces

This is required in order to call __android_log_print, which can be sprinkled into the trace for debugging. Bug: b/183165790 Change-Id: I717f2ac7809172f22b7badee6f1096394a02bc14 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2776553Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent 34e28778
...@@ -54,6 +54,10 @@ foreach(_test_info, angle_restricted_traces) { ...@@ -54,6 +54,10 @@ foreach(_test_info, angle_restricted_traces) {
public_deps = [ ":angle_restricted_trace_loader" ] public_deps = [ ":angle_restricted_trace_loader" ]
deps = [ "$angle_root:includes" ] deps = [ "$angle_root:includes" ]
if (is_android) {
libs = [ "log" ]
}
# Disable optimization in the trace perf tests to avoid optimizing huge files. # Disable optimization in the trace perf tests to avoid optimizing huge files.
if (!is_debug) { if (!is_debug) {
suppressed_configs += [ suppressed_configs += [
......
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