commit | 76163aaa38503d8cb19c988514f3169e88a60d18 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Wed Mar 27 22:34:50 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Thu Mar 28 17:22:01 2024 +0000 |
tree | 11bdd52976786d586eb38716747b3cd583a9ee27 | |
parent | 1c53ba7000a632f33e64798145108a212d332e99 [diff] |
aconfig_storage_file: add flag_info definition Flag info file is another memory mapped file to store the file information such as if current flag has been staged or not, is it sticky and etc. This file will be created by aconfig storage daemon during container initialization. Bug: b/321077378 Test: atest aconfig_storage_file.test Change-Id: I8f70e04c74b5770f89dbe981d9f03c787ea5eeed
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.