Merge "Add COVERAGE_ZIP to system notice deps." am: d25bf1ec38

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

Change-Id: I0d11831de1d64bc1ce1be6f8edda160d99f3b7e2
This commit is contained in:
Bob Badour 2022-03-19 00:00:45 +00:00 committed by Automerger Merge Worker
commit 8696af283f

View file

@ -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
#