commit | 50909e54ce704ba1c8afa507cd464f90e3dc9861 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Dec 09 23:06:34 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Dec 09 23:06:34 2024 +0000 |
tree | 1fa47cadf10ca977630d6b18dfce4e1da9385cef | |
parent | 68cc4e2581b0d16af4bed38854a02f066ee0dfff [diff] | |
parent | 2d5812a3d7d1c4033a7b1b621cf799d9efd7991f [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-12545800-L12600030008266990 into 24Q4-release. COASTGUARD_SKIP: Idd9cf1bf1673258cc78c0deaa0492afa61f10678 Change-Id: I54f87a7ea0d8b34f8457243789bb145f0a45aa07
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.