commit | 202102f7beb3e60f9590819d1cccbbac29ed4407 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Thu Jun 08 11:22:44 2023 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Thu Jun 08 11:28:09 2023 +0200 |
tree | 092f958890200925c51d78bfe69e9b6a3e6717c0 | |
parent | b025507857fa8c1ddc67f45e31d364f890d1d00d [diff] |
aconfig: include namespace in create-device-config-defaults Update the output format of create-device-config-defaults to include the flag's namespace. Also change the delimiters. The new format is <namespace>:<package>.<flag-name>=[enabled|disabled| Bug: 285468565 Test: atest aconfig.test Change-Id: I9b4ca1611cca8528dc341fc12812b614c86f6c08
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.