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

Commit 189d9066 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Installd: Add presubmit TEST_MAPPING

Add the existing tests as presubmits.

Test: pushd frameworks/native/cmds/installd ; atest ; popd
Change-Id: Iee2d74a3ed0e0ff2f744a0cfdeae06fa998c46b9
parent 2ef09a75
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "installd_cache_test"
    },
    {
      "name": "installd_dexopt_test"
    },
    {
      "name": "installd_otapreopt_test"
    },
    {
      "name": "installd_service_test"
    },
    {
      "name": "installd_utils_test"
    }
  ]
}