From d5c8aaac068fbd2bcce13bca357972eaf23e9001 Mon Sep 17 00:00:00 2001 From: Mohammad Samiul Islam Date: Wed, 1 Jul 2020 16:56:47 +0100 Subject: [PATCH] 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 --- TEST_MAPPING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index 79336291a..dff640776 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -58,5 +58,10 @@ { "name": "propertyinfoserializer_tests" } + ], + "imports": [ + { + "path": "frameworks/base/tests/StagedInstallTest" + } ] }