Use lowercase booleans in VTS test configs. am: 63ff734724
am: a84c0ace79
Change-Id: Idc54e659e75efc3843d12fc35b35cec62eb44ca6
This commit is contained in:
commit
ff56c1348f
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