commit | 64fae709777d76c38fa32437273ba63b4ca9520c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Apr 19 05:12:30 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 19 05:12:30 2023 +0000 |
tree | 9f17cde625f7a8d5c72ad03bb66349563c21164b | |
parent | 9362cc8e1c7590297bed420a3a431e3406c7380d [diff] | |
parent | d84488525912e45025b2b6e740c45de0050ad1fe [diff] |
Merge "Move old installed file cleanup logic below build/make/core/Makefile" am: 4cd2568acc am: b8dad832a7 am: d844885259 Original change: https://android-review.googlesource.com/c/platform/build/+/2544890 Change-Id: I70c0736a9c50524e21c6e20c44e473210e2b0451 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.