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

Commit 76c6975e authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by Automerger Merge Worker
Browse files

Merge "Revert "Set a BIONIC_COVERAGE .mk variable"" am: 5fe798be am: 63328087

Original change: https://android-review.googlesource.com/c/platform/build/+/1953525

Change-Id: I8d711cdaf94e5a88da0e863fde3bab56ab3aeb60
parents 0a697caa 63328087
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -331,22 +331,6 @@ else
JAVA_TMPDIR_ARG :=
endif

# http://b/210012154 Set BIONIC_COVERAGE if coverage is enabled for bionic.  This
# disable continuous coverage and removes '%c' from init.environ.rc:LLVM_PROFILE_FILE
ifeq ($(NATIVE_COVERAGE_PATHS),*)
  ifeq ($(filter bionic%,$(NATIVE_COVERAGE_EXCLUDE_PATHS)),)
	BIONIC_COVERAGE := true
  else
	BIONIC_COVERAGE := false
  endif
else
  ifeq ($(filter bionic%,$(NATIVE_COVERAGE_PATHS)),)
	BIONIC_COVERAGE := false
  else
	BIONIC_COVERAGE := true
  endif
endif

# ###############################################################
# Include sub-configuration files
# ###############################################################