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

Commit 10dca3c4 authored by Torne (Richard Coles)'s avatar Torne (Richard Coles) Committed by Android Git Automerger
Browse files

am 278bbf12: Don\'t concatenate the NOTICE file for a single module.

* commit '278bbf12':
  Don't concatenate the NOTICE file for a single module.
parents 79a89fc8 278bbf12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ $(installed_notice_file): PRIVATE_INSTALLED_MODULE := $(module_installed_filenam
$(installed_notice_file): $(notice_file)
	@echo Notice file: $< -- $@
	$(hide) mkdir -p $(dir $@)
	$(hide) cat $< >> $@
	$(hide) cat $< > $@

ifdef LOCAL_INSTALLED_MODULE
# Make LOCAL_INSTALLED_MODULE depend on NOTICE files if they exist