Loading core/main.mk +9 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,15 @@ ifeq (true,$(EMMA_INSTRUMENT_STATIC)) EMMA_INSTRUMENT := true endif # TODO(b/158212027): Turn this into an error when all users have been moved to # `NATIVE_COVERAGE_PATHS` and `NATIVE_COVERAGE_EXCLUDE_PATHS`. ifneq ($(COVERAGE_PATHS),) $(warning Variable COVERAGE_PATHS is deprecated. Please use NATIVE_COVERAGE_PATHS instead.) endif ifneq ($(COVERAGE_EXCLUDE_PATHS),) $(warning Variable COVERAGE_EXCLUDE_PATHS is deprecated. Please use NATIVE_COVERAGE_EXCLUDE_PATHS instead.) endif ifeq (true,$(EMMA_INSTRUMENT)) # Adding the jacoco library can cause the inclusion of # some typically banned classes Loading Loading
core/main.mk +9 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,15 @@ ifeq (true,$(EMMA_INSTRUMENT_STATIC)) EMMA_INSTRUMENT := true endif # TODO(b/158212027): Turn this into an error when all users have been moved to # `NATIVE_COVERAGE_PATHS` and `NATIVE_COVERAGE_EXCLUDE_PATHS`. ifneq ($(COVERAGE_PATHS),) $(warning Variable COVERAGE_PATHS is deprecated. Please use NATIVE_COVERAGE_PATHS instead.) endif ifneq ($(COVERAGE_EXCLUDE_PATHS),) $(warning Variable COVERAGE_EXCLUDE_PATHS is deprecated. Please use NATIVE_COVERAGE_EXCLUDE_PATHS instead.) endif ifeq (true,$(EMMA_INSTRUMENT)) # Adding the jacoco library can cause the inclusion of # some typically banned classes Loading