Merge "Filter out large tests from presubmit" am: 635170436d am: 94022f90fa am: f113345e14 am: e3a326a135 am: 1aeb8d46b9

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2063867

Change-Id: I6efc6c25096963fdf8c2ad9421b4afc9e88f77c6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/cmds/installd/TEST_MAPPING b/cmds/installd/TEST_MAPPING
index 8ccab4c..fc4cfc9 100644
--- a/cmds/installd/TEST_MAPPING
+++ b/cmds/installd/TEST_MAPPING
@@ -32,7 +32,12 @@
       "name": "CtsCompilationTestCases"
     },
     {
-      "name": "SdkSandboxStorageHostTest"
+      "name": "SdkSandboxStorageHostTest",
+      "options": [
+        {
+          "exclude-annotation": "android.platform.test.annotations.LargeTest"
+        }
+      ]
     }
   ]
 }