Move to new isolation test runner.

Test: Ran tests.
Change-Id: I1c226111d4667daded90320e1d2b944c5566d34f
This commit is contained in:
Christopher Ferris 2018-08-22 12:40:32 -07:00
parent 87b6cb497b
commit 805ea83840
1 changed files with 1 additions and 1 deletions

View File

@ -54,12 +54,12 @@ cc_library_shared {
// -----------------------------------------------------------------------------
cc_test {
name: "metricslogger_tests",
isolated: true,
defaults: ["metricslogger_defaults"],
shared_libs: [
"libbase",
"libmetricslogger_debug",
],
static_libs: ["libBionicGtestMain"],
srcs: [
"metrics_logger_test.cpp",
],