commit | 707142007b7dd2113bd08de0b628cf1693c5b566 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 11 22:56:22 2023 +0000 |
committer | Elliott Hughes <enh@google.com> | Wed Oct 11 22:56:22 2023 +0000 |
tree | 2c0f68755a2adbb22e99b7c729f45a59385ac3ac | |
parent | 14e0d156fb2bf2223e8b02aff62fe4dbe5b74ba6 [diff] |
Microoptimize package name extraction. Since there's only one, and it appears early, we can stop when we find it rather than trawl through megabytes of localized strings we don't need to see. Bug: https://github.com/onetrueawk/awk/issues/199#issuecomment-1756885708 Test: treehugger Change-Id: If4d7c63da7df76c23fca417a4b727189f79e3ce6
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.