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

Commit d5c8aaac authored by Mohammad Samiul Islam's avatar Mohammad Samiul Islam
Browse files

Add StagedInstallInternalTest to adb TEST_MAPPING file

StagedInstallInternalTests contains test that verify staged installation
using adb commandline (e.g `adb install`) is working correctly.

Bug: 158314277
Test: atest --test-mapping system/core
Change-Id: Icc3bd464a91f31095316fbb85941e5e03089aaad
parent a5032be8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -58,5 +58,10 @@
    {
      "name": "propertyinfoserializer_tests"
    }
  ],
  "imports": [
    {
      "path": "frameworks/base/tests/StagedInstallTest"
    }
  ]
}