commit | 48e189253fc28f88bf959cb06cfe56bc2b9320e3 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Apr 20 08:53:44 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 20 08:53:44 2022 +0000 |
tree | 3779be40a9de948e93a418dc561cd1085ad119bd | |
parent | 602dd74aa2b252efcb6aaae0d347a7f5a9d7db08 [diff] | |
parent | 7ec455ad93d33cf30d86ad932312ee1e740deee9 [diff] |
Merge "Adding BOARD_BUILD_GKI_BOOT_IMAGE_WITHOUT_RAMDISK" am: 95654c5113 am: fa33ae6ff8 am: 1a73e98758 am: 7ec455ad93 Original change: https://android-review.googlesource.com/c/platform/build/+/2064761 Change-Id: Id7fff476080f05efc4a21b85bcb205882aaa8a67 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.