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:
parent
80fccb3c9a
commit
32c0ad4d33
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
},
|
||||
{
|
||||
"name": "init_kill_services_test"
|
||||
},
|
||||
{
|
||||
"name": "MicrodroidHostTestCases"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue