Update coverage configs with new format.
am: ae87d5a100
Change-Id: Ia820b1477c8bec71aeb98f2d2c5949ddbec5d476
This commit is contained in:
commit
7f593e3335
2 changed files with 16 additions and 6 deletions
|
@ -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"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue