commit | 283db80c18bb4b05015cf8ba7c686dab315d4d09 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Feb 16 12:57:45 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 16 12:57:45 2022 +0000 |
tree | b1fd13f58ddae113d202c192fc1d27e4eea97620 | |
parent | 192242a0d48118d95988868fa1c6bad9e25ddb79 [diff] | |
parent | 28e48269958a5348989f3c0e210ef5dab570cc87 [diff] |
Merge "Revert "Enable io_uring feature for virtual A/B OTA"" am: 28e4826995 Original change: https://android-review.googlesource.com/c/platform/build/+/1987208 Change-Id: Iff21d565b191489221534fe4f094d113e3cd2abe
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.