commit | ceabadb91641cc5a28036e8dd88ad6d8925b78d9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Dec 01 09:15:43 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Dec 01 09:15:43 2023 +0000 |
tree | dea3cce361173ea52221ee479dcb9514069cefa5 | |
parent | 8e0c07166d11d260fb0c494e1d76458f3f1de633 [diff] | |
parent | e5bfa38457302bbdea30e45d68e0043b6d512281 [diff] |
Merge "Revert "releasetools: Deprecate GKI build rules"" into main am: e5bfa38457 Original change: https://android-review.googlesource.com/c/platform/build/+/2854392 Change-Id: Ib6b0d2e7fe90896b6e73305be4bd16be3c9f059f 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.