1appcompat.sh 2============ 3 4Given an APK, finds API uses that fall into the blacklist/greylists APIs. 5 6NOTE: appcompat.sh is still under development. It can report 7API uses that do not execute at runtime, and reflection uses 8that do not exist. It can also miss on reflection uses. 9 10To build it: 11> m appcompat 12 13To run it: 14> ./art/tools/veridex/appcompat.sh --dex-file=test.apk 15