Use lowercase booleans in VTS test configs.

Use lowercase booleans so that they can be parsed in Java
and Python.

Test: run vts -m HalNfcHidlTargetBasicTest
Change-Id: I16e2f417047219a88d49ed5b0651639a0cc2bf61
This commit is contained in:
Ryan Campbell
2016-12-02 11:12:36 -08:00
parent 2c6b17de30
commit 9fc3c47bc7
2 changed files with 3 additions and 3 deletions

View File

@@ -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": {

View File

@@ -1,5 +1,5 @@
{
"coverage": True,
"coverage": true,
"modules": [{
"module_name": "system/lib64/hw/nfc_nci.bullhead",
"git_project": {