summaryrefslogtreecommitdiffstats
path: root/build/tasks/generate_cmsdk_coverage.mk
Commit message (Collapse)AuthorAgeFilesLines
* cmsdk-api-coverage: Don't prepend ANDROID_BUILD_TOP to file pathLuis Vidal2016-06-131-1/+1
| | | | | | | $@ already contains the full path of the output, so no need to prepend ANDROID_BUILD_TOP to the path Change-Id: Ieeeb9fa16352e80b878cddb89b1e7c04b82ab43c
* cm: Use cmsdk-api-coverage executable for coverage.Adnan Begovic2016-06-131-4/+4
| | | | Change-Id: I8610f402d7c9a55213a520f317d7c94074c96df9
* cm: Include CMSettingsProvider in test coverage report.Adnan Begovic2016-06-071-2/+3
| | | | | TICKET: CYNGNOS-3016 Change-Id: Ia02464614b02b98a535f963aae5a1b13281abaa7
* cm: Change output html name for cmsdk test coverage.Adnan Begovic2016-06-071-1/+1
| | | | Change-Id: Idbea6064b89051b5db99aaadeec71502b65724bf
* cm: Create cmsdk coverage task.Adnan Begovic2016-03-041-0/+76
Add ability to `make cmsdk-test-coverage` to generate an html page which denotes how much the testing package from vendor/cmsdk covers public interfaces. Change-Id: I76556df1822934a6b7e86ebf2ff42e302acff46d TICKET: CYNGNOS-2189