Use lowercase booleans in VTS test configs. am: 63ff734724
am: a84c0ace79
am: ff56c1348f
Change-Id: Ie538a7bbb38572c41264152c7d89062fea2dd218
This commit is contained in:
commit
857c512a64
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"passthrough_mode": True,
|
||||
"coverage": True,
|
||||
"passthrough_mode": true,
|
||||
"coverage": true,
|
||||
"modules": [{
|
||||
"module_name": "system/lib64/hw/nfc_nci.bullhead",
|
||||
"git_project": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"coverage": True,
|
||||
"coverage": true,
|
||||
"modules": [{
|
||||
"module_name": "system/lib64/hw/nfc_nci.bullhead",
|
||||
"git_project": {
|
||||
|
|
Loading…
Reference in a new issue