mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
If we change this test service, we should run the tests in presubmits. Test: atest fmq_test fmq_unit_tests Bug: 352430316 Change-Id: I36949c8b53a24a53e32ced3c35136574843e2c5d
19 lines
216 B
Plaintext
19 lines
216 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "fmq_unit_tests"
|
|
},
|
|
{
|
|
"name": "fmq_test"
|
|
}
|
|
],
|
|
"hwasan-presubmit": [
|
|
{
|
|
"name": "fmq_unit_tests"
|
|
},
|
|
{
|
|
"name": "fmq_test"
|
|
}
|
|
]
|
|
}
|