xref: /aosp_15_r20/art/tools/veridex/README.md (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1appcompat.sh
2============
3
4Given an APK, finds API uses that fall into the
5blocklist/max-target-X/unsupported APIs.
6
7NOTE: appcompat is still under development. It can report
8API uses that do not execute at runtime, and reflection uses
9that do not exist. It can also miss on reflection uses.
10
11To build it:
12> m appcompat
13
14To run it:
15> appcompat --dex-file=test.apk
16