aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2018-10-01 16:51:40 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-01 16:51:40 -0700
commit2af48bbad1e023e3322c330df9197ad0d0480091 (patch)
tree814281fe830a6cb60de8f4642c87e0f838ca038b
parent012ffab4353ed5f1970e03203c0ebe07128803f1 (diff)
parent5eacad6165fcfc808dde2ca446b54ae2efaca2a3 (diff)
downloadlibbrillo-2af48bbad1e023e3322c330df9197ad0d0480091.tar.gz
Move to new isolation test runner. am: a53a186822
am: 5eacad6165 Change-Id: Ia3dcea11e53dfdc12a76ef90b6b31d78b8561025
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 6b4b64e..b1f5680 100644
--- a/Android.bp
+++ b/Android.bp
@@ -276,12 +276,12 @@ cc_library_static {
cc_test {
name: "libbrillo_test",
srcs: libbrillo_test_sources,
+ isolated: true,
static_libs: [
"libgtest",
"libchrome_test_helpers",
"libbrillo-test-helpers",
"libgmock",
- "libBionicGtestMain",
],
shared_libs: libbrillo_shared_libraries + [
"libbrillo",