commit | 40da97047c8d3c3c5e2a67c373ba47dd75bde73c | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Sat Apr 27 01:42:51 2024 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Sat Apr 27 01:51:08 2024 +0200 |
tree | 80bc76267ebf4b0c3eaedca6ab9aed54466445a1 | |
parent | b95116177363452107e7f13f3ea39c5212a531ee [diff] |
check-flagged-apis: add support for methods (no parameters) Teach check-flagged-apis to parse methods. The implementation is only half done: method signatures that accept parameters are ignored. A follow-up CL will add support for these. check-flagged-apis treats constructors and regular methods the same. Bug: 334870672 Test: atest --host check-flagged-apis-test Change-Id: Ie98db767289ac2a35aa85371f60ecb3970170d86
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.