commit | 2f954442813be7c017731cf85f7b845f4fc6f792 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Wed May 17 16:51:16 2023 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Mon May 22 10:01:05 2023 +0200 |
tree | c93c47349557b3487571fde7f80cfdd636dde05c | |
parent | af677038b3d4703fde854b9c0723b63b1e2e0015 [diff] |
aconfig: sort items in cache by name Introduce a builder pattern for constructing a cache from flag declarations and flag values. Teach the builder to sort the flags by name as the last step. This will ensure consistent dump output regardless of the order flags are specified in the input files. Bug: 279485059 Test: atest aconfig.test Change-Id: Icdd62f51fa3761a469663f17581a83d9909e9ffe
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.