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

Commit 6363bccf 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

am: c8f350ff

Change-Id: I68118ab5816dc4f9614540132300470ca2074c78
parents 0276d88d c8f350ff
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"
                    }
                }]
}