Add MicrodroidHostTestCases to TEST_MAPPING

Microdroid shares init with its host, defined under system/core/init.
This change adds MicrodroidHostTestCases to TEST_MAPPING to ensure that
Microdroid tests can verify patches to init.

Test: presubmit
Change-Id: I55f7e3ffbaf3401d145afac5f7c53d83f69e6ba7
This commit is contained in:
Inseob Kim 2021-08-13 01:12:34 +00:00
parent 80fccb3c9a
commit 32c0ad4d33

View file

@ -5,6 +5,9 @@
},
{
"name": "init_kill_services_test"
},
{
"name": "MicrodroidHostTestCases"
}
]
}