Update coverage configs with new format.

am: ae87d5a100

Change-Id: Ia820b1477c8bec71aeb98f2d2c5949ddbec5d476
This commit is contained in:
Ryan Campbell 2017-01-12 23:19:23 +00:00 committed by android-build-merger
commit 7f593e3335
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"
}
}]
}