commit | c39f3781b865d73f3a887d21d5e86b3ed61381ae | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Fri Jan 12 16:38:04 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Fri Jan 12 20:21:21 2024 +0000 |
tree | 7c7b872aae966a60c408741f4342d1e46e42f9b3 | |
parent | ccec0700384430aa5e848722aa200d710c30a7e9 [diff] |
build system to create flag storage files per partition Add make file targets to create storage files. Note the container field to aconfig command is an empty string for now as flags now by default assumes empty container string in parsed_flag proto. Need to update it once the container specification to aconfig files are done. Bug: b/312239352 Test: m Change-Id: If7bd12be5917a4779047633c00f88166574bfe0b
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.