global exclude robolectric package from omni processor

This commit is contained in:
金戟 2021-05-02 20:11:55 +08:00
parent d1f2c3da97
commit c6d892da2d

View File

@ -40,7 +40,7 @@ public class TestableClassTransformer implements ClassFileTransformer {
* Just avoid spend time to scan those surely non-user classes, should keep these lists as tiny as possible
*/
private final String[] BLACKLIST_PREFIXES = new String[] { "sun/", "com/sun/", "javax/crypto", "java/util/logging",
"org/gradle/" };
"org/gradle/", "org/robolectric/" };
public MockClassParser mockClassParser = new MockClassParser();