summaryrefslogtreecommitdiffstats
path: root/core/tasks/check_boot_jars
Commit message (Collapse)AuthorAgeFilesLines
* py3: update check_boot_jarsAnthony King2016-01-041-3/+5
| | | | Change-Id: I71ba943fb8c23713efc7c2a815fd2ddb9fa659f2
* Fix: exit code is 0 even when check-boot-jars.py failsJiyong Park2015-03-261-3/+3
| | | | | | | | Fix the bug that build is still success when boot jars contain non-whitelisted classes. Now, check-boot-jars.py correctly finishes with exit code 1 when non-whitelisted classes are found. Change-Id: Id5c80ef9fdb70213d878d569f6033be2c9eb90d3
* Check PRODUCT_BOOT_JARS against a whitelist of package names.Ying Wang2014-09-102-0/+297
The whitelist is a preconfigured list of regular expressions of package names. Run the check as a task by default in platform build. Bug: 17434570 Change-Id: Ieaaf7efb5f4fc7a83677f3675780ca902972be97