When building an instrumentation test with android_binary + instruments, _process_deploy_jar removes all .class files from the test APK that overlap with the app's deploy jar. This causes ClassNotFoundException at runtime because the test APK's classloader can't find classes that were filtered out.
Repro: https://github.com/snazhmudinov/rules_android-process-crash-repro