commit | 971ef8ecd623bd5f51e6124deaaf67f7bbae8c02 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Wed Apr 06 11:58:37 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Thu Apr 07 10:19:21 2022 -0700 |
tree | acf34bff1359ebd8cee412aecbd1e96c19eee5b8 | |
parent | 52233be25cf6fbfa5c337bdf2f8a273375f302a8 [diff] |
Fix "posix_spawn: Argument list too long" issue The shell command was too long when it listed all the make variables. Dump them to a file instead. Fixes: 228347189 Test: RBC_BOARD_CONFIG=1 m nothing on aosp_arm64 Change-Id: I325c78810f5efbe87df2c3ffc269ed78db8c3732
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.