summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-17 07:59:05 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-17 07:59:05 +0000
commite384c25ff3d450c770ac8f85adb99f9d39e09dc6 (patch)
treea8e9ebc48716305d3f1a9f7f03aca432d1486b52
parentb097a837d2c2d4acdfdd8407240090917ee8b721 (diff)
parenta7c0905639909f2185dff3408deb620c661aba43 (diff)
downloadlibchrome-e384c25ff3d450c770ac8f85adb99f9d39e09dc6.tar.gz
release-request-655284b0-7f0b-48b5-b01d-27f48a99f2c0-for-git_oc-mr1-release-4017105 snap-temp-L82600000064873863
Change-Id: I3dfbc6d346856d888dc8efc5d63002f63bbf0137
-rw-r--r--Android.bp8
1 files changed, 7 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 733dfb6b9f..248215e185 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",
@@ -355,6 +356,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",
@@ -364,7 +366,11 @@ cc_library_static {
"base/test/test_switches.cc",
"base/test/test_timeouts.cc",
],
-
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
}
// Helpers needed for unit tests (for host).