Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42dbd2de authored by Tej Singh's avatar Tej Singh
Browse files

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
parent 06e83237
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+0 −1
Original line number Diff line number Diff line
@@ -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.