commit | 5ca18247dc42dd33d956850bc4e103f3d3c716ea | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Thu Sep 05 17:02:34 2024 -0700 |
committer | Xin Li <delphij@google.com> | Thu Sep 05 17:02:34 2024 -0700 |
tree | f6ef8a7c9b8a9060060ef15fdac4868ddeace8bb | |
parent | 7f9092291ffeedf6ce12c957b125567df0507346 [diff] | |
parent | 7575a8174b3d8949281249094a6de7fc0c29fb22 [diff] |
Merge 24Q3 to AOSP main Bug: 357762254 Merged-In: I3e2152d0e109ecc6c89c249dea678afc93faf62b Change-Id: I7162a45227c1bf61bb686b6bacebf4fced8b2c95
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.