"git@git.sphere.ly:matisse/android_kernel_samsung_matisse.git" did not exist on "73c9ceab40b1269d6195e556773167c078ac8311"
Commit a943634a authored by Guang Zhu's avatar Guang Zhu Committed by Android (Google) Code Review
Browse files

Merge "improvement for emma filter option" into gingerbread

parents c01cf7b9 9cd3d8c6
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment