summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Islam <samiul@google.com>2020-07-28 08:49:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-28 08:49:40 +0000
commitccc3ddda99a3a67083fb13bbdf01f3d5c3ac704c (patch)
tree078657cfaa05c9ce1f9efc4e275f748ed0ff07cc
parent864a2dbee58740195118545be63102b349e0ae34 (diff)
parentd5c8aaac068fbd2bcce13bca357972eaf23e9001 (diff)
Merge "Add StagedInstallInternalTest to adb TEST_MAPPING file"
-rw-r--r--TEST_MAPPING5
1 files changed, 5 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 1abeb2e46..5ec40f769 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -61,5 +61,10 @@
{
"name": "propertyinfoserializer_tests"
}
+ ],
+ "imports": [
+ {
+ "path": "frameworks/base/tests/StagedInstallTest"
+ }
]
}