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:
parent
a5032be8e0
commit
d5c8aaac06
1 changed files with 5 additions and 0 deletions
|
|
@ -58,5 +58,10 @@
|
|||
{
|
||||
"name": "propertyinfoserializer_tests"
|
||||
}
|
||||
],
|
||||
"imports": [
|
||||
{
|
||||
"path": "frameworks/base/tests/StagedInstallTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue