commit | 27d1e4934f9d8cbf241db75151fb877e4aba6497 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jul 12 22:40:20 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 12 22:40:20 2023 +0000 |
tree | d47c02a91cebed56937a37ecfb3d31be4c7b783e | |
parent | 3087cfa7e3f1d75b33236f1367e19c1fb440855d [diff] | |
parent | 1e6d3f7e73de802e561176dbe8ab390df3197f2c [diff] |
Dist kernel_version.txt am: e0d8de9068 am: 1e6d3f7e73 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/24042245 Change-Id: I867592e05ac4e5a9cec8a6a2b30850fbc64d55fc 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.