commit | a1fe37137ecff209355df397379b7105f37b6ff5 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Mon May 06 13:46:21 2024 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Tue May 07 13:16:13 2024 +0200 |
tree | c882f1677e83ad0d4fedcdbebde3ee63572632b3 | |
parent | 02525a88deeb23ead4edcb26ac6d27e1f2859374 [diff] |
check-flagged-apis: add more details to Symbol class Change Symbol from a wrapper around a String to a more fleshed out data class; symbols now encode if they represent a class, or a class member (including a reference to the containing class). Bug: 334870672 Test: atest --host check-flagged-apis-test Test: croot && ./build/tools/check-flagged-apis/check-flagged-apis.sh # with and without this CL; the output should be the same Change-Id: I003535c721c45d559d00fb3e008325e1db0e18c0
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.