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

Commit 87d6a79f authored by David Su's avatar David Su
Browse files

frameworks/base/wifi/tests: Run mts-wifi on AOSP builds

This is a temporary workaround for mts-wifi to
run on AOSP builds, since on those devices the
Wifi package name is `com.android.wifi` and not
`com.google.android.wifi`.

Bug: 151836001
Test: continuous runs
Change-Id: I11baae67e10638acd8c24ae0fab92e5b2bfca6e4
parent 20b0a953
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,5 +30,9 @@
    <object type="module_controller"
            class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
        <option name="mainline-module-package-name" value="com.google.android.wifi" />
        <!-- TODO(b/151836001): com.android.wifi doesn't guarantee it is a Mainline module since
              it could still be OEM customized. Workaround so that this test will still run on
              AOSP builds. -->
        <option name="mainline-module-package-name" value="com.android.wifi" />
    </object>
</configuration>