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

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

Update coverage configs with new format. am: ae87d5a1

am: 7f593e33

Change-Id: I2e25ef61d8b9e869b2fd60e36f0034c257319173
parents e05f0b79 7f593e33
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"
                    }
                }]
}