commit | 30950789814ba1c52e63952d2afd54fe774a4de9 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Tue May 09 13:31:29 2023 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Wed May 10 17:17:20 2023 +0200 |
tree | b3acaf20fd03a15f46792b308bbb5010059a44cd | |
parent | a102909e09dd61298d3ee15190105ac4951b4860 [diff] |
aconfig: introduce namespace, rename proto messages Flags belong to a namespace. Update the proto files to reflect this. Config files can only refer to a single namespace. Override files can refer to multiple namespaces; an override directive for a flag in a different namespace than the one represented by the cache will be silently ignored. Rename the proto messages to make it more clear what they are. Propagate this change through the wrappers in aconfig.rs and the rest of the code. Also, settle on Tracepoint instead of TracePoint. Bug: 279485059 Test: atest aconfig.test Change-Id: I16e69dd14687bc498b2ba89d6a35879459903801
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.