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

Commit 07b37916 authored by Bob Badour's avatar Bob Badour Committed by Automerger Merge Worker
Browse files

Merge "Add COVERAGE_ZIP to system notice deps." am: d25bf1ec am: 8696af28

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

Change-Id: Idf5318f307738777d24ac9cb24b2acacd3cfe7ce
parents 93e8ef5c 8696af28
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -6047,6 +6047,11 @@ $(COVERAGE_ZIP): $(SOONG_ZIP)
	$(hide) find $(TARGET_OUT_COVERAGE) | sort >$(PRIVATE_LIST_FILE)
	$(hide) $(SOONG_ZIP) -d -o $@ -C $(TARGET_OUT_COVERAGE) -l $(PRIVATE_LIST_FILE)

$(call declare-1p-container,$(COVERAGE_ZIP),)
$(call declare-container-license-deps,$(COVERAGE_ZIP),$(INTERNAL_ALLIMAGE_FILES),$(PRODUCT_OUT)/:/)

SYSTEM_NOTICE_DEPS += $(COVERAGE_ZIP)

#------------------------------------------------------------------
# Export the LLVM profile data tool and dependencies for Clang coverage processing
#