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

Commit 7921c732 authored by Jooyung Han's avatar Jooyung Han Committed by android-build-merger
Browse files

Merge "Ignore testcases' NOTICE files" am: e6d5b832

am: 415074c9

Change-Id: I2af85be677cad04196776756f5528de9c8c59b70
parents 3a1f5a85 415074c9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1146,6 +1146,8 @@ installed_product_services_notice_xml_gz := $(TARGET_OUT_PRODUCT_SERVICES)/etc/N
license_modules := $(ALL_DEFAULT_INSTALLED_MODULES) $(kernel_notice_file) $(pdk_fusion_notice_files)
# Phonys/fakes don't have notice files (though their deps might)
license_modules := $(filter-out $(TARGET_OUT_FAKE)/%,$(license_modules))
# testcases are not relevant to the system image.
license_modules := $(filter-out $(TARGET_OUT_TESTCASES)/%,$(license_modules))
license_modules_vendor := $(filter $(TARGET_OUT_VENDOR)/%,$(license_modules))
license_modules_product := $(filter $(TARGET_OUT_PRODUCT)/%,$(license_modules))
license_modules_product_services := $(filter $(TARGET_OUT_PRODUCT_SERVICES)/%,$(license_modules))