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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user