commit | 76adff2af0a9fd3e2f690463b1a2959370c54878 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Mon May 08 10:57:24 2023 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Mon May 08 12:47:34 2023 +0200 |
tree | feaf867b9e63b7046c2f6a3999d1f40a6b55fce1 | |
parent | 80bff11aef629a75a66d8af3fa7fa99fc75979ac [diff] |
aconfig: improve flag value tracing Improve how the flag values (state, permission) are tracked when parsing config and override files: migrate from a raw string to a proper struct, as this will make it easier when aconfig will output this data in some structured format for other tools to consume. Also, rename Cache.debug to Cache.trace. Bug: 279485059 Test: atest aconfig.test Change-Id: Idad57c969515f697e9065429d8a44c38d8a512d2
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.