commit | 76460bd770cde31e89405e56388b568923b74d6b | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Thu Apr 18 16:11:48 2024 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Thu Apr 18 16:13:52 2024 +0200 |
tree | a1bb28efb2f662187f6b81b2280754a2b252553a | |
parent | 7cc217459a4416ff2cab9e57d3e9e2cddb2100dc [diff] |
check-flagged-apis: add script to run tool on actual data Add a script to make it easier to check-flagged-apis for the public APIs and the three flavours of @FlaggedApi. Bug: 334870672 Test: lunch sdk-next-eng && source check-flagged-apis.sh Change-Id: I8b5e2642ade84560c5c61ae49d8c0dcdedb841ca
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.