summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Urbanus <urbanus@google.com>2017-03-24 06:33:34 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-24 06:33:34 +0000
commit00ed03a325c771e69e69ce4012e684b6ad381d3e (patch)
treefaa1a67df22eab2de956d0624e6ac7a70d5608ec
parent950f5a5b52873dd3b110538afd25d3c569663f3b (diff)
parentc2405076609e54f8c739b345bf6ae0fb3f7fd1cc (diff)
downloadlibchrome-00ed03a325c771e69e69ce4012e684b6ad381d3e.tar.gz
Revert "Make libchrome_test_helpers static buildable for host" am: 262790d4eb
am: c240507660 Change-Id: I7195d40e03c86db000ecf0c9309ae8ba92bdab6a
-rw-r--r--Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index f17bd9bd48..d07ab2908c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -182,7 +182,6 @@ 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",
@@ -363,7 +362,6 @@ cc_library_static {
name: "libchrome_test_helpers",
defaults: ["libchrome-test-defaults"],
shared_libs: ["libchrome"],
- host_supported: true,
srcs: [
"base/test/simple_test_clock.cc",