Installd: Add presubmit TEST_MAPPING
Add the existing tests as presubmits.
Test: pushd frameworks/native/cmds/installd ; atest ; popd
Change-Id: Iee2d74a3ed0e0ff2f744a0cfdeae06fa998c46b9
diff --git a/cmds/installd/TEST_MAPPING b/cmds/installd/TEST_MAPPING
new file mode 100644
index 0000000..3de5c79
--- /dev/null
+++ b/cmds/installd/TEST_MAPPING
@@ -0,0 +1,19 @@
+{
+ "presubmit": [
+ {
+ "name": "installd_cache_test"
+ },
+ {
+ "name": "installd_dexopt_test"
+ },
+ {
+ "name": "installd_otapreopt_test"
+ },
+ {
+ "name": "installd_service_test"
+ },
+ {
+ "name": "installd_utils_test"
+ }
+ ]
+}