diff options
author | Mohammad Islam <samiul@google.com> | 2020-07-28 08:49:40 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-07-28 08:49:40 +0000 |
commit | ccc3ddda99a3a67083fb13bbdf01f3d5c3ac704c (patch) | |
tree | 078657cfaa05c9ce1f9efc4e275f748ed0ff07cc | |
parent | 864a2dbee58740195118545be63102b349e0ae34 (diff) | |
parent | d5c8aaac068fbd2bcce13bca357972eaf23e9001 (diff) |
Merge "Add StagedInstallInternalTest to adb TEST_MAPPING file"
-rw-r--r-- | TEST_MAPPING | 5 |
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" + } ] } |