summaryrefslogtreecommitdiffstats
path: root/build/tasks
Commit message (Collapse)AuthorAgeFilesLines
* addonsu: Add Lineage version to zip nameMichael Bestas2017-04-281-2/+2
| | | | | | * Avoid confusion Change-Id: I823d77e037b0d0dc2a4b9f0466d594213c72e179
* Add target to make a flashable su addonGabriele M2017-02-271-0/+37
| | | | | | | Run 'make addonsu' to make a flashable zip to install the addon and 'make addonsu-remove' for a flashable zip that removes it. Change-Id: I5b2fe67f98f2474b923c074dc6025b47c6db2ae0
* http_prebuilt: Implement archive of artifactsBrandon McAnsh2017-01-081-0/+6
| | | | | | | | | * checksum will be downloaded and asserted to prevent a redownload every clean * Archives will exist (invisibly) at vendor/cm/prebuilt/archive Change-Id: I637e86cacd146d665044a119885900dc4660e22b Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
* cm: "Released" means current.Adnan Begovic2016-08-171-1/+1
| | | | | | | | Since mainline devices will always identify as a latest release api level (due to userbase volume), make sure we check against the current api vs api -1. Change-Id: I9e9b41a1af5d3a93f58b2e0e0545b979d1cef978
* 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: Actually have checkapi-cm match against prior release.Adnan Begovic2016-04-011-2/+2
| | | | | Change-Id: I10b88f962d9410687640a40ce7f564e0bd04c2c6 TICKET: CYNGNOS-2303
* cm: Always verify against current CMSDK version.Adnan Begovic2016-03-101-5/+2
| | | | | | | | | Since cmsdk prebuilts lives in a single master branch, previous branches that apicheck will fail since they'll verify against an api that exists in future releases. Change-Id: I56594d075b89cb1a3d7a606cc9c1699dfffd94cb TICKET: CYNGNOS-2220
* 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
* cm: Set explicit dependencies on stubs for checkapi-cm.Adnan Begovic2016-02-101-0/+146
Change-Id: I2c8b8425262a6812f1061326c55ffc7418967444 TICKET: CYNGNOS-1950