installd: Add AdoptableHostTest to presubmit.

AdoptableHostTest contains tests that move applications between storage
devices; because part of that functionality is implemented in installd,
run it as a part of presubmit.

Bug: 148844589
Test: atest
Change-Id: Ie2315f2b4f35881efbefbabc0fd8760c673b038c
diff --git a/cmds/installd/TEST_MAPPING b/cmds/installd/TEST_MAPPING
index 287f2d9..c6583a1 100644
--- a/cmds/installd/TEST_MAPPING
+++ b/cmds/installd/TEST_MAPPING
@@ -15,6 +15,10 @@
     {
       "name": "installd_utils_test"
     },
+    // AdoptableHostTest moves packages, part of which is handled by installd
+    {
+      "name": "AdoptableHostTest"
+    },
     {
       "name": "CtsUsesLibraryHostTestCases"
     },