From 42dbd2de872ffff2167723ae02a261d085c1c1ce Mon Sep 17 00:00:00 2001 From: Tej Singh Date: Mon, 7 Oct 2024 18:14:22 -0700 Subject: [PATCH] Remove libstats*_lazy tests from MTS libstatssocket_lazy_test and libstatspull_lazy_test test primaryly the lazy libs that ship from the platform. As a result, they shouldn't be in MTS Bug: 363078348 Test: TH Change-Id: Iac7e2797d9f8c432f00688a49d53aa2691a52789 --- libstats/pull_lazy/Android.bp | 2 +- libstats/socket_lazy/Android.bp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libstats/pull_lazy/Android.bp b/libstats/pull_lazy/Android.bp index 65dce26a0..71af17068 100644 --- a/libstats/pull_lazy/Android.bp +++ b/libstats/pull_lazy/Android.bp @@ -32,7 +32,7 @@ cc_test { "-Wall", "-Werror", ], - test_suites: ["device-tests", "mts-statsd"], + test_suites: ["device-tests"], test_config: "libstatspull_lazy_test.xml", // TODO(b/153588990): Remove when the build system properly separates. // 32bit and 64bit architectures. diff --git a/libstats/socket_lazy/Android.bp b/libstats/socket_lazy/Android.bp index 241e87af3..945a7c494 100644 --- a/libstats/socket_lazy/Android.bp +++ b/libstats/socket_lazy/Android.bp @@ -36,7 +36,6 @@ cc_test { ], test_suites: [ "device-tests", - "mts-statsd", ], test_config: "libstatssocket_lazy_test.xml", // TODO(b/153588990): Remove when the build system properly separates.