commit | bac87875fa96dad5a1caa95503a3abe88330bfde | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Fri Jan 19 18:56:47 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Fri Jan 19 19:02:07 2024 +0000 |
tree | 6f3d8e294b67916b270e8fac28bd04b6f7778eda | |
parent | 1094ec1e819acee4417592b431658ae33dc1eaeb [diff] |
aconfig: create one file at each create-storage command invocation Based on the build system feedback, it is better to create storage file individually per each aconfig command invocation in a makefile. Thus updating the create-storage command to create one file at a time based on passed in file selection. Bug: b/321243743 Test: atest aconfig.test and manually invoke create-storage command Change-Id: I53625c08e44d3ece4476835827c6b7d28ddd5a1b
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.