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

Commit 53135036 authored by Jeff Gaston's avatar Jeff Gaston Committed by Gerrit Code Review
Browse files

Merge "Enable SKIP_BOOT_JARS_CHECK by default when instrumenting"

parents 2ea4ed59 3cf0c955
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -97,11 +97,21 @@ clean-dex-files:
# (must be defined before including definitions.make)
INTERNAL_MODIFIER_TARGETS := all

# EMMA_INSTRUMENT_STATIC merges the static emma library to each emma-enabled module.
# EMMA_INSTRUMENT_STATIC merges the static jacoco library to each
# jacoco-enabled module.
ifeq (true,$(EMMA_INSTRUMENT_STATIC))
EMMA_INSTRUMENT := true
endif

ifeq (true,$(EMMA_INSTRUMENT))
# Adding the jacoco library can cause the inclusion of
# some typically banned classes
# So if the user didn't specify SKIP_BOOT_JARS_CHECK, enable it here
ifndef SKIP_BOOT_JARS_CHECK
SKIP_BOOT_JARS_CHECK := true
endif
endif

#
# -----------------------------------------------------------------
# Validate ADDITIONAL_DEFAULT_PROPERTIES.