commit | 81fde978af121045c10a7a7a0dc6a8b84cbb3cf0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Feb 02 04:08:17 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 02 04:08:17 2024 +0000 |
tree | 397ab8359932633da4d4d8b99582de08d7cdf842 | |
parent | d0fb763dc6f789e7f3183a8935e8d57686ae7d25 [diff] | |
parent | 6c4bf6cccd34538dd753c9adc6114e46f1dda97d [diff] |
Merge "Determine GC type based on BUILT_KERNEL_VERSION_FILE." into main am: 639fde3a4d am: 6c4bf6cccd Original change: https://android-review.googlesource.com/c/platform/build/+/2919905 Change-Id: I61c82772d0e8bcf2675d2c4375202a00f34f665a 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.