am 4873beb5: am a943634a: Merge "improvement for emma filter option" into gingerbread
Merge commit '4873beb5b018d74a3b38403f34628ed6c3435888' * commit '4873beb5b018d74a3b38403f34628ed6c3435888': improvement for emma filter option
This commit is contained in:
commit
63f7dad434
|
@ -1348,7 +1348,7 @@ endef
|
|||
define transform-classes.jar-to-emma
|
||||
$(hide) java -classpath $(EMMA_JAR) emma instr -outmode fullcopy -outfile \
|
||||
$(PRIVATE_EMMA_COVERAGE_FILE) -ip $< -d $(PRIVATE_EMMA_INTERMEDIATES_DIR) \
|
||||
-ix $(PRIVATE_EMMA_COVERAGE_FILTER)
|
||||
$(addprefix -ix , $(PRIVATE_EMMA_COVERAGE_FILTER))
|
||||
endef
|
||||
|
||||
#TODO: use a smaller -Xmx value for most libraries;
|
||||
|
|
Loading…
Reference in New Issue