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

Commit 682b4a17 authored by Songchun Fan's avatar Songchun Fan Committed by Automerger Merge Worker
Browse files

Merge "[test] TEST_MAPPING for incremental service" into sc-dev am: c715ef09

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13665362

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I720a64297e66f7c7bb8a903ef2e5bd9bf894c652
parents 32efde54 c715ef09
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -133,5 +133,8 @@ cc_test {
    ],
    static_libs: [
        "libgmock",
    ]
    ],
    test_options: {
        unit_test: true,
    },
}
+32 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsContentTestCases",
      "options": [
        {
          "include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
        },
        {
          "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
        },
        {
          "include-filter": "android.content.pm.cts.ChecksumsTest"
        }
      ]
    },
    {
      "name": "CtsPackageManagerStatsHostTestCases",
      "options": [
        {
          "include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
        }
      ]
    },
    {
      "name": "CtsIncrementalInstallHostTestCases"
    },
    {
      "name": "CtsInstalledLoadingProgressHostTests"
    }
  ]
}