Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 714c4bce authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Gerrit Code Review
Browse files

Merge "Move the logic to add jacocoagent in instrumentation builds to make."

parents 9f9236ec fa832286
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -301,6 +301,10 @@ ART_APEX_JARS := \
    com.android.art:okhttp \
    com.android.art:bouncycastle \
    com.android.art:apache-xml
# With EMMA_INSTRUMENT_FRAMEWORK=true the Core libraries depend on jacoco.
ifeq (true,$(EMMA_INSTRUMENT_FRAMEWORK))
  ART_APEX_JARS += com.android.art:jacocoagent
endif
#################################################################

# Read the product specs so we can get TARGET_DEVICE and other