commit | a9f65de643435927e85406cff4a32a75edc75db5 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Mar 25 16:18:04 2025 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 25 16:18:04 2025 -0700 |
tree | 0c07ddbf7e4f41b0dd6ba2a3408195453e98f11f | |
parent | 19af630df73183ea3c5c69b4142669b2faba32e5 [diff] | |
parent | bedbd78a0fec62abdd99afb249a31ba202ceba79 [diff] |
Merge "Snap for 13270875 from 81e0c056434b2666836722619dc40e1e9737b07b to sdk-release" into sdk-release
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.