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

Commit f680e440 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Get the mainline-presubmit modules from a defaults clause.

All our mainline presubmits have the same list of modules.
Instead of specifying them on each test that uses them, get the
list from a defaults clause to keep them consistent.

Test: treehugger
Change-Id: I83f5ab4646076549d0bcd6ccea292ed43160c000
parent 42a73532
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -275,9 +275,12 @@ cc_test {
    srcs: [
        "resolv_stats_test_utils_test.cpp",
    ],
    defaults: ["netd_defaults", "resolv_test_defaults"],
    defaults: [
        "netd_defaults",
        "resolv_test_defaults",
        "connectivity-mainline-presubmit-cc-defaults",
    ],
    test_suites: ["general-tests"],
    test_mainline_modules: ["CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex"],
    static_libs: [
        "libgmock",
        "libprotobuf-cpp-lite",