| commit | 54192a72fb74fb58b16b7e1b262373f38f4d899a | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Nov 06 08:20:18 2025 -0800 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Nov 06 08:20:18 2025 -0800 |
| tree | c67d0901a19ad5d90d1f857268f174aca0ee780a | |
| parent | d8ccc12d57055f35d747efe7351fcbffabf12971 [diff] | |
| parent | cbfeaadb80b10cb4528096baf1d0a06550edebdf [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-14394644-L53900030035645219 into 25Q4-release. COASTGUARD_SKIP: Ibb7db1a1ab8f99e4c54593d51b0e92d3f19c1cac Change-Id: I33cd583b7bec5dde163181e6494c197461846c93
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.