commit | 576e818880d044c277dc4eed89f2f1fff5c4072b | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Mon Jun 10 15:33:12 2024 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Mon Jun 10 16:26:17 2024 +0200 |
tree | 3044860f5f9711176b590bb8464ec6e9be7f77d7 | |
parent | d5ce20fc07402bd7465ff02538cae7d99e21309f [diff] |
check-flagged-apis: extract argument names into constants Extract the command line argument names (and help texts) into constants. This will allow future subcommands to re-use the same names and keep things consistent. Bug: 345207706 Test: atest check-flagged-apis-test Flag: EXEMPT host side tool Change-Id: I430f36c99f28aab8511a357f572086ee238d653b
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.