summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Urbanus <urbanus@google.com>2017-01-27 12:58:18 -0800
committerAlex Deymo <deymo@google.com>2017-03-21 12:56:02 -0700
commitbeed40cf417bbfcaf3e884450d50dd38315a3318 (patch)
treef929047b69433d56b4471dea633486a4e753f4fe
parentb6b1eb942891c49b795568acc4c9b8564e1ebe53 (diff)
downloadlibchrome-beed40cf417bbfcaf3e884450d50dd38315a3318.tar.gz
Make libchrome_test_helpers static buildable for host
Bug: None Test: Validated compilation Change-Id: I62f2d9397a8e47b6bcc9d093198bde19fc0ca703
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d07ab2908c..f17bd9bd48 100644
--- a/Android.bp
+++ b/Android.bp
@@ -182,6 +182,7 @@ libchromeCommonSrc = [
"base/task_scheduler/sequence_sort_key.cc",
"base/task_scheduler/task.cc",
"base/task_scheduler/task_traits.cc",
+ "base/test/trace_event_analyzer.cc",
"base/third_party/icu/icu_utf.cc",
"base/third_party/nspr/prtime.cc",
"base/threading/non_thread_safe_impl.cc",
@@ -362,6 +363,7 @@ cc_library_static {
name: "libchrome_test_helpers",
defaults: ["libchrome-test-defaults"],
shared_libs: ["libchrome"],
+ host_supported: true,
srcs: [
"base/test/simple_test_clock.cc",