commit | d4ea260758e9cb63035c8f335e9e26463a85d8db | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Tue Jan 09 18:56:17 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Fri Jan 12 13:44:51 2024 +0000 |
tree | 85db120e3a3e891f64a7e11962a34e74fae4b5a5 | |
parent | 88ec7f624f1eb5334561f5a53a8781e1bc4ba7df [diff] |
aconfig: create flag value file Create flag_value module to create flag value file. Flag value file contains a header section at the start of the file, followed by a boolean array. Bug: b/312243587 Test: atest aconfig.test Change-Id: If76660189d63073fbd477e1e447240e0cd029604
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.