OSDN Git Service

Don't concatenate the NOTICE file for a single module.
authorTorne (Richard Coles) <torne@google.com>
Tue, 30 Apr 2013 15:26:58 +0000 (16:26 +0100)
committerTorne (Richard Coles) <torne@google.com>
Tue, 30 Apr 2013 15:26:58 +0000 (16:26 +0100)
commit278bbf126321304e125c8226b0cb8b51f25f3f0e
tree77f1c92dd3c066e5079a5cbe53dd70d5545ad2db
parent9d461e3080375a701c61b29d1901928e7272f4df
Don't concatenate the NOTICE file for a single module.

When the NOTICE file for a module changed, the new NOTICE was being
concatenated onto the end of the old one in non-clean builds, taking up
more and more space and presumably duplicating most of the content. Only
one set of rules for a given file can exist in make, so there cannot be
a case where more than one $(notice_file) was intentionally being
concatenated together as this would be an error.

Change-Id: I0f5fae498225eaee5cc75d854223b5ba790fcebe
core/notice_files.mk