commit | c1daacbc8a6588f0072dc4f9be6ef5c37671ba5f | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Wed Dec 20 14:38:04 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 20 14:38:04 2023 +0000 |
tree | 2e625df2485d51cd9afcd0ccf85a21985dbf00bc | |
parent | 9081cb0cbcc077bab6e1ecdaac5d63fff3d83de1 [diff] | |
parent | 34785f426172ad73780dfa39ac6129ac32f30189 [diff] |
Merge changes I74045709,I69b9a843 into main am: 34785f4261 Original change: https://android-review.googlesource.com/c/platform/build/+/2883369 Change-Id: I433e784a16e00430beef9d9916f34a0a5dc04f8f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.