mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user