Commit Graph

4 Commits

Author SHA1 Message Date
Andy McFadden
4fbfbb3914 Minor improvements to apkcheck.
It turns out annotation classes aren't spelled out in the public API
file, so we now emit warnings instead of errors on unrecognized method
calls into annotation classes.

The <angle bracket> stripper wasn't working quite right, and did the
wrong thing on nested brackets and stuff like "java.lang.Class<?>[]".
2010-02-19 16:15:27 -08:00
Andy McFadden
a4707b1709 Add --ignore-package option.
Easier but ultimately less useful than generating API XML for stuff.
2010-02-19 14:44:14 -08:00
Andy McFadden
0a6204684e Updated README.
Document the trouble cases while I still remember what they are.
2010-02-19 12:53:31 -08:00
Andy McFadden
2eceaea745 APK checker.
Compares the fields and methods accessed by an APK against the public
API files generated by the build.  See the README for details.
2010-02-19 10:18:04 -08:00