commit | 2cca67088ffc531327a4eca5d71c1b4ef2f3fa31 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Apr 11 09:54:10 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 11 09:54:10 2024 +0000 |
tree | 92486e375bb1adededa61b95faa61044b12942c1 | |
parent | d1d9177fe278e0ac7eddd66767722b33be87fce2 [diff] | |
parent | d929faf41b64d0204ee6ea83e0b0c8da1daa2f13 [diff] |
Merge "Expose RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES" into main am: e2b76e6db6 am: d929faf41b Original change: https://android-review.googlesource.com/c/platform/build/+/3033593 Change-Id: I40b0ee5b7d431065e3ddea0d0a1e760cbae2da89 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.