commit | 296ffa172075a1a12b3b23d71186685cee80b93f | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Wed Dec 11 16:06:30 2024 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 11 16:06:30 2024 -0800 |
tree | 67b7902de1a3dc9a575afa935e413e0d5ace539a | |
parent | 64d79108a0abbbb329b522579193ab332ab5de00 [diff] | |
parent | a645e3d90e24b8fc0271c94a21792ea637cf37e9 [diff] |
Merge "Update intermediates dir of soong built system partition" into main am: a645e3d90e Original change: https://android-review.googlesource.com/c/platform/build/+/3405724 Change-Id: If1aac9043941acf55456d8951871621c5341df4a 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.