github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/core/proguard.jacoco.flags (about)

     1  # Keep everything for the emma classes
     2  -keep class com.vladium.** {
     3    *;
     4  }
     5  # Keep everything for the jacoco classes
     6  -keep class org.jacoco.** {
     7    *;
     8  }