Home | History | Annotate | Download | only in tasks

Lines Matching refs:classes

106 # $4 : The package prefix of classes to include, possible empty
132 GEN_CLASSPATH := $(CORE_INTERMEDIATES)/classes.jar:$(CONSCRYPT_INTERMEDIATES)/classes.jar:$(BOUNCYCASTLE_INTERMEDIATES)/classes.jar:$(APACHEXML_INTERMEDIATES)/classes.jar:$(APACHEHARMONYTESTS_INTERMEDIATES)/classes.jar:$(OKHTTP_INTERMEDIATES)/classes.jar:$(OKHTTPTESTS_INTERMEDIATES)/classes.jar:$(OKHTTP_REPACKAGED_INTERMEDIATES)/classes.jar:$(JUNIT_INTERMEDIATES)/classes.jar:$(SQLITEJDBC_INTERMEDIATES)/javalib.jar:$(CORETESTS_INTERMEDIATES)/javalib.jar:$(JSR166TESTS_INTERMEDIATES)/javalib.jar:$(CONSCRYPTTESTS_INTERMEDIATES)/javalib.jar
159 # Why does this depend on javalib.jar instead of classes.jar? Because
160 # even though the tool will operate on the classes.jar files, the
162 # javalib.jar is up-to-date, then classes.jar is as well. Depending
163 # on classes.jar will build the files incorrectly.
324 # core tests only needed to get hold of junit-framework-classes
328 GEN_CLASSPATH := $(CORE_INTERMEDIATES)/classes.jar:$(JUNIT_INTERMEDIATES)/classes.jar:$(VMTESTSTF_JAR):$(TF_JAR)
331 # Please see big comment above on why this line depends on javalib.jar instead of classes.jar