commit | d6275e6ee4cefbf6f7913fd67df17f6e4dd99e22 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Jan 29 18:17:52 2025 -0800 |
committer | Gerrit Code Review <[email protected]> | Wed Jan 29 18:17:52 2025 -0800 |
tree | 8432e33bf633154f9d908026cd6d50c1c1aff07d | |
parent | ef218b731367efd4696bb969bf6bdb346156e287 [diff] | |
parent | 8a474465f63575ffba205b4d1e0327ca6a732643 [diff] |
Merge "Snap for 12987052 from 77428406c8d4983437a0d682d2419c65210e3892 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.