commit | 3a91b52e6524e02e4f7ccaa7166b5dccc5e98c91 | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Sat Dec 07 01:56:16 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Dec 07 01:56:16 2024 +0000 |
tree | 71561643d9f31c2bc74a0ec792a30b362a0cddef | |
parent | 0bb42d35f9ccaec147743375f96ce72449d7f611 [diff] | |
parent | 96c15d81dd4b4f59e4e982733801ee95abc9d224 [diff] |
Merge "Update the logic to force cleanup all edit monitor instances." into main am: 96c15d81dd Original change: https://android-review.googlesource.com/c/platform/build/+/3394589 Change-Id: I5d1cde513b15d68788aa0a3aca56b9ea121ecdbc 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.