commit | 18d3590490e1d499c3ac25b29044d050e0ff68d7 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Sun Feb 04 01:35:01 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sun Feb 04 01:35:01 2024 +0000 |
tree | 2ea3594e3e77493c4698514414a2965dca33a831 | |
parent | c15bffbe07e782cd8bd5eeae375093ff586111a1 [diff] | |
parent | 3e3fab510ce0af59cb69088af98a21dba25a848d [diff] |
Merge "Add build/soong/bin to the paths" into main am: 62bc1b46f1 am: 3e3fab510c Original change: https://android-review.googlesource.com/c/platform/build/+/2948203 Change-Id: I33a2c563b1edfb8b967402179a8fa0f4d37e0227 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.