| commit | e69d60a86f1723d75147e72f61a6517e139a80e7 | [log] [tgz] |
|---|---|---|
| author | Dennis Shen <dzshen@google.com> | Wed Apr 30 19:14:07 2025 +0000 |
| committer | Dennis Shen <dzshen@google.com> | Tue May 06 12:28:57 2025 +0000 |
| tree | ad5d95f789a33a838bfc6fab47e7e527b5907ea7 | |
| parent | 3ef8857cbbece648842b0b120ef7939f83ab2ae2 [diff] |
Allow mainline beta namespace config When parsing flags, allow passing in a json configuration file about mainline beta namespace. For each mainline beta namespace, the configuration file specifies its owning container, and it exported mode are supported for the namespace. This configuration is used to determine the storage backend of a flag. If it is a flag in mainline beta namespace and belongs to the owning container, assign device config as storage backend. Bug: b/406508083 Test: atest -c Change-Id: I783d6c43392e102f92e46b874effbf5372cfeeee
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.