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
This commit is contained in:
Tej Singh 2024-10-07 18:14:22 -07:00
parent 06e832372a
commit 42dbd2de87
2 changed files with 1 additions and 2 deletions

View file

@ -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.

View file

@ -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.