commit | f061800468c5be440ed36bed740414b43af1eac0 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Fri Nov 24 15:04:33 2023 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Fri Nov 24 15:04:33 2023 +0800 |
tree | 7086a175de21155833e086546174a83777292248 | |
parent | c96bf2caec0c707b1985e6aeba058cc052c13261 [diff] |
Deprecate BOARD_BUILD_GKI_BOOT_IMAGE_WITHOUT_RAMDISK These variables are no longer used. We don't build GKI in the platform tree anymore. Remove these vars as we are not maintaining these. Bug: 229701033 Test: presubmit Change-Id: If8c978a07094da6a651c1e3f06a437dea9ef52b9
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.