commit | b673d3bb7db9ed6ff3a6b5880493f834a0468104 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Tue Apr 16 18:34:20 2024 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Wed Apr 17 15:27:48 2024 +0200 |
tree | 973d177e9c70ecce4c4d586aa3c608568dcf1a17 | |
parent | 387ff6cfe8be71ce6c15b630b63a369e36bf685e [diff] |
check-flagged-apis: parse API versions XML Teach check-flagged-apis to parse API versions XML; this represents the APIs after metalava has processed the source and kept APIs as is, or reverted them to the previous SDK snapshot, according to their @FlaggedApi flags. As with the API signature parser, limit support to fields to keep things simple; support for classes and methods will be added in later CLs. Note: `m sdk dist` will generate an API versions XML file. Bug: 334870672 Test: atest --host check-flagged-apis-test Test: check-flagged-apis --api-signature out/target/product/mainline_x86/obj/ETC/frameworks-base-api-current.txt_intermediates/frameworks-base-api-current.txt --flag-values out/soong/.intermediates/all_aconfig_declarations.pb --api-versions out/dist/data/api-versions.xml Change-Id: I779a0d0cdb8a50536d3fc8d517fa38ba4b0dcd1c
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.