Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f593e33 authored by Ryan Campbell's avatar Ryan Campbell Committed by android-build-merger
Browse files

Update coverage configs with new format.

am: ae87d5a1

Change-Id: Ia820b1477c8bec71aeb98f2d2c5949ddbec5d476
parents 04bc4412 ae87d5a1
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
{
    "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"
                    }
                }]
}
+8 −3
Original line number Diff line number Diff line
{
    "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"
                    }
                }]
}