Merge "Fix typo -- no _gz on notice file name." am: 2546bd70ab

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

Change-Id: I8f36eb2e2c52848651a804642dcb0bff259b0fe5
This commit is contained in:
Treehugger Robot
2022-03-18 22:35:22 +00:00
committed by Automerger Merge Worker

View File

@@ -1771,7 +1771,7 @@ $(eval $(call html-notice-rule,$(target_notice_file_html_or_xml),"Apps","Notices
$(eval $(call text-notice-rule,$(target_notice_file_txt),"Apps","Notices for files for apps:",$(unbundled_build_modules),$(PRODUCT_OUT)/ $(HOST_OUT)/)) $(eval $(call text-notice-rule,$(target_notice_file_txt),"Apps","Notices for files for apps:",$(unbundled_build_modules),$(PRODUCT_OUT)/ $(HOST_OUT)/))
$(call declare-0p-target,$(target_notice_file_txt)) $(call declare-0p-target,$(target_notice_file_txt))
$(call declare-0p-target,$(target_notice_html_or_xml_gz)) $(call declare-0p-target,$(target_notice_html_or_xml))
else ifeq ($(TARGET_BUILD_UNBUNDLED),$(TARGET_BUILD_UNBUNDLED_IMAGE)) else ifeq ($(TARGET_BUILD_UNBUNDLED),$(TARGET_BUILD_UNBUNDLED_IMAGE))