am a943634a
: Merge "improvement for emma filter option" into gingerbread
Merge commit 'a943634afaf64ad2188fc8ecfb54daed40350be2' into gingerbread-plus-aosp * commit 'a943634afaf64ad2188fc8ecfb54daed40350be2': improvement for emma filter option
This commit is contained in:
commit
4873beb5b0
1 changed files with 1 additions and 1 deletions
|
@ -1327,7 +1327,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 a new issue