am 278bbf12
: Don\'t concatenate the NOTICE file for a single module.
* commit '278bbf126321304e125c8226b0cb8b51f25f3f0e': Don't concatenate the NOTICE file for a single module.
This commit is contained in:
committed by
Android Git Automerger
commit
10dca3c411
@@ -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
|
||||
|
Reference in New Issue
Block a user