commit | 98b0eeb2fc2dc6d9146e9c80f5117d040364c62b | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Mon May 08 11:25:30 2023 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Mon May 08 12:47:34 2023 +0200 |
tree | 4654278bc8b240d071f9a0eba8c2974a34aa1a99 | |
parent | 76adff2af0a9fd3e2f690463b1a2959370c54878 [diff] |
aconfig: simplify argument parsing in main Improve readability by extracting how multiple input files are transformed from a clap argument to an Input. Bug: 279485059 Test: atest aconfig.test Change-Id: I299179d39eca80e107342f6978984da79ee81e34
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.