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

Commit 3d023c38 authored by Alex Buynytskyy's avatar Alex Buynytskyy
Browse files

Make the test suite device-tests.

+grant all permissions

Fixes: 272575212
Test: atest PackageManagerServiceHostTests
Change-Id: I0087c1bcd360f61a05a43855971f637f439ec808
parent 51a5c2fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ java_test_host {
        "PackageManagerServiceHostTestsIntentVerifyUtils",
        "block_device_writer_jar",
    ],
    test_suites: ["general-tests"],
    test_suites: ["device-tests"],
    data: [
        ":PackageManagerTestApex",
        ":PackageManagerTestApexApp",
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
    <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
        <option name="cleanup-apks" value="true" />
        <option name="install-arg" value="-t" />
        <option name="install-arg" value="-g" />
        <option name="test-file-name" value="PackageManagerServiceServerTests.apk" />
    </target_preparer>