Merge "Move to new isolation test runner."

This commit is contained in:
Christopher Ferris 2018-10-01 23:07:31 +00:00 committed by Gerrit Code Review
commit 4755a06956

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",
],