Home | History | Annotate | Download | only in 115-merge

Lines Matching refs:jar

17 # Find dx.jar from dx in the android dev tree
20 dxjar=$progdir/../framework/dx.jar
21 junitjar=$progdir/../framework/junit-host.jar
22 junitdex=$progdir/../framework/junit-hostdex.jar
37 dx --dex --output=test.jar com/android/dx/merge/* $dxjar
39 # Build a resource .jar containing the .dex files to merge
45 jar cfM resources.jar testdata/*.dex
47 art -classpath test.jar:$junitdex:resources.jar \