commit | a7ddcf32bcf5526c0d263774c0f8cc806056fc54 | [log] [tgz] |
---|---|---|
author | MÃ¥rten Kongstad <amhk@google.com> | Tue May 07 14:03:56 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 07 14:03:56 2024 +0000 |
tree | bbec64b0bf0117bc1cdd49a428b376e7b6061de3 | |
parent | 1947cceae4b327b2ee2dacbb008520f108b6db22 [diff] | |
parent | 5413a1e55d2a1a32f1f12381dfdb58da4784e70f [diff] |
Merge "check-flagged-apis: record super class when parsing classes" into main am: 5413a1e55d Original change: https://android-review.googlesource.com/c/platform/build/+/3075496 Change-Id: I7cec1f5e1c4f04ae395b3f05ee9efeaf89f46cc7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.