Update coverage configs with new format.

Update config files to specify coverage modules and git projects
in the new format.

Test: pass
Change-Id: If58fce01d6e0fbc458653709e373e59ad976f4ae
(cherry picked from commit 54604102b5)
This commit is contained in:
Ryan Campbell
2016-12-01 16:32:51 -08:00
committed by Ruchi Kandoi
parent 99f201ac11
commit ae87d5a100
2 changed files with 16 additions and 6 deletions

View File

@@ -1,6 +1,11 @@
{
"passthrough_mode": True,
"modules": ["system/lib64/hw/nfc_nci.bullhead"],
"git_project_path": "system/nfc",
"git_project_name": "platform/system/nfc"
"coverage": True,
"modules": [{
"module_name": "system/lib64/hw/nfc_nci.bullhead",
"git_project": {
"name": "platform/system/nfc",
"path": "system/nfc"
}
}]
}

View File

@@ -1,5 +1,10 @@
{
"modules": ["system/lib64/hw/nfc_nci.bullhead"],
"git_project_path": "system/nfc",
"git_project_name": "platform/system/nfc"
"coverage": True,
"modules": [{
"module_name": "system/lib64/hw/nfc_nci.bullhead",
"git_project": {
"name": "platform/system/nfc",
"path": "system/nfc"
}
}]
}