commit | 4339c17e7b19f37c2e640a15d1713abafe76b1fd | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Wed Dec 11 16:07:21 2024 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 11 16:07:21 2024 -0800 |
tree | 151c3b367a15d95667c2d9a96063e6abb41a66c8 | |
parent | 3e2c39fdf6a8408262e6f9e8d1de5010424ac161 [diff] | |
parent | 296ffa172075a1a12b3b23d71186685cee80b93f [diff] |
Merge "Update intermediates dir of soong built system partition" into main am: a645e3d90e am: 296ffa1720 Original change: https://android-review.googlesource.com/c/platform/build/+/3405724 Change-Id: Ie519f68e2f6273b76a07e3fbc510b4c27a28b0ce 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.