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
This commit is contained in:
Mohammad Samiul Islam 2020-07-01 16:56:47 +01:00
parent a5032be8e0
commit d5c8aaac06

View file

@ -58,5 +58,10 @@
{
"name": "propertyinfoserializer_tests"
}
],
"imports": [
{
"path": "frameworks/base/tests/StagedInstallTest"
}
]
}