summaryrefslogtreecommitdiffstats
path: root/proguard-test.flags
Commit message (Collapse)AuthorAgeFilesLines
* Fix proguard rulePaul Westbrook2014-08-061-1/+1
| | | | | | | | -keepclasseswithmembers is strict. If it isn't able to find any of the methods listed, the whole class can be stripped Bug: 16825652 Change-Id: I1e8eefba9e0cf4b596f7e8041161e12bde6b51c6
* Fix unit testPaul Westbrook2014-08-051-0/+2
| | | | | Bug: 16825652 Change-Id: I1c139afb0f3aa50dca742ed48c92a16f9078ea59
* Add proguard rules for small unit testPaul Westbrook2014-08-011-0/+20
| | | | | | These methods were being stripped, but are needed by the unit tes Change-Id: I15495c2cb4c83d6f1a00bac20da715352eb58275
* Clean up proguard test flags filePaul Westbrook2014-08-011-97/+3
| | | | Change-Id: I2db858b59e0b1c6ff199aa7b11b99ee6e019ea72
* Use test proguard config for eng buildsPaul Westbrook2014-08-011-0/+170
Since unit tests only run on eng builds, modify the proguard config to only keep the methods/classes needed for unit tests in eng builds The test proguard config probably is keeping too many methods. We should also evaluate whether it is valid for unit test to use methods that are not used in user builds The resulting apk size is 8714188 bytes, from 9866129 According to the proguard output, the final number of program classes is 4409, from the previous count of 10932 Change-Id: Ie7065a454e1ff80a4b3f953684940d88b17f6db7