Avoid adding jacocoagent to bootclasspath twice
Previously: * If EMMA_INSTRUMENT_FRAMEWORK=true then jacocoagent was added to the ART_APEX_JARS which itself is added to PRODUCT_BOOT_JARS. * If EMMA_INSTRUMENT=true then it was added directly to the PRODUCT_BOOT_JARS. * If both were true then it was added in both places ending up on the bootclasspath twice. Bug: 185369704 Test: m EMMA_INSTRUMENT=true EMMA_INSTRUMENT_FRAMEWORK=true droid m droid Change-Id: Id1d4d1c98455cb2859ed5e4071a0cf14fb40eec4
Loading
Please register or sign in to comment