From a53a186822e060f5e69de73e5713f84aab1b20fe Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 22 Aug 2018 19:35:37 -0700 Subject: Move to new isolation test runner. Test: Ran tests. Change-Id: Ia325d252caa1529abc51715855f7a5f81ea04f10 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3