ANDROID: kbuild: handle excessively long argument lists
Modules with a large number of compilation units may be exceeding AR and LD command argument list. Handle this gracefully by writing the long argument list in a file. The command line options read from file are inserted in place of the original @file option. The usage is well documented at https://www.gnu.org/software/make/manual/html_node/File-Function.html Bug: 175420573 Change-Id: I3f9b8b9c59b9ba0c01ddd00d39fc3bbc62fda832 Signed-off-by:Mahesh Kumar Kalikot Veetil <mkalikot@codeaurora.org> Signed-off-by:
Jeff Johnson <jjohnson@codeaurora.org>
Loading
Please sign in to comment