Home | History | Annotate | only in /external/dexmaker/dexmaker-mockito-inline/src/main/resources
Up to higher level directory
NameDateSize
dispatcher.jar22-Oct-20202.3K
mockito-extensions/22-Oct-2020
README.txt22-Oct-2020369

README.txt

      1 dispatcher.jar is the classes.dex of the apk created by dexmaker-mockito-inline-dispatcher
      2 repackaged into a jar. We should automate this.
      3 
      4 unzip dexmaker-mockito-inline-dispatcher/build/outputs/apk/release/dexmaker-mockito-inline
      5 -dispatcher-release-unsigned.apk classes.dex
      6 jar -cf dexmaker-mockito-inline/src/main/resources/dispatcher.jar classes.dex
      7 rm classes.dex
      8