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

Commit 7aeebcaf authored by David Su's avatar David Su
Browse files

Add FrameworksWifiApiTests to MTS

Bug: 146163587
Test: compiles
Change-Id: Id871be333e0216892e49adeb4a8080262439b6b9
parent c261dd4f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ LOCAL_JAVA_LIBRARIES := \

LOCAL_PACKAGE_NAME := FrameworksWifiApiTests
LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_COMPATIBILITY_SUITE := \
    device-tests \
    mts \

include $(BUILD_PACKAGE)
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     limitations under the License.
-->
<configuration description="Runs Frameworks Wifi API Tests.">
    <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup">
    <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
        <option name="test-file-name" value="FrameworksWifiApiTests.apk" />
    </target_preparer>