Add adbd_test to presubmit test mapping

Onboard device side gtest of adbd to test mapping to be
run in presubmit.

Test: atest adbd_test
Bug: 112104122
Change-Id: Iefb6be0fb0ecea5a95aadce923c223e40f92bdab
This commit is contained in:
Julien Desprez 2018-10-19 09:18:45 -07:00
parent d2dfb33942
commit 2045bbbfb6

7
TEST_MAPPING Normal file
View file

@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "adbd_test"
}
]
}