commit | 1692a36da78d0c2444157c713cc62310473442ce | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Mon Jun 10 16:04:34 2024 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Tue Jun 11 13:11:28 2024 +0200 |
tree | aa5209ce26f337c8508406b022d2e66bc55f72b1 | |
parent | 576e818880d044c277dc4eed89f2f1fff5c4072b [diff] |
check-flagged-apis: add list subcommand Add a new subcommand to list all flagged APIs and corresponding flags. This provides an overview of what flagged APIs exist in the Android tree. Bug: 345207706 Test: build/tools/check-flagged-apis/check-flagged-apis.sh list Test: atest check-flagged-apis-test Flag: EXEMPT host side tool Change-Id: Icc224f3787480353baabbd3946f36f003f35db59
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.