commit | e003de4d74bdfa4dbb197caf85c90e4659703aac | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Nov 25 15:59:33 2024 -0800 |
committer | Colin Cross <ccross@android.com> | Mon Nov 25 15:59:33 2024 -0800 |
tree | afd6c4294ab1aa817a9397f1c3c84b0918273041 | |
parent | 00338e915e32eb2dec0eeb7ee6771319944269ae [diff] |
Increase dump-words-file limit again The rule to build general-tests.zip.meta_lic contains too many words written with dump-words-to-file and is hitting the limit again. It was previously increased in r.android.com/3363396, but that didn't leave any headroom and we quickly hit the limit again. Increase the limit to 150k. Bug: 379763500 Test: builds Change-Id: If470220b41b3c340375dadce534c7d91a543b8a4
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.