From 7358398647c75cb4e6ac32134dbe3daa67f1bf78 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 18 Mar 2022 12:12:43 -0700 Subject: [PATCH] Fix typo -- no _gz on notice file name. Test: m nothing reportmissinglicenses Change-Id: I133950489a17d1bd30a7fb3bc1a96ff6699d475b --- core/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main.mk b/core/main.mk index d3b5d5ff89..d31e220275 100644 --- a/core/main.mk +++ b/core/main.mk @@ -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)/)) $(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))