commit | d51b0e0673050ca3605989f8d85886a3bb13c6a8 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Tue Nov 19 00:05:23 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Tue Nov 19 00:10:55 2024 +0000 |
tree | 845d9aa17a0de1e6c7aae6d07b63c1a59fc968ce | |
parent | e16e13db5cceac8f61175b42c4d49fe5b1556d3b [diff] |
Export BoardUsesGenericKernelImage to Soong Test: m nothing Bug: 379190521 Change-Id: Iab59acfe5db056afe652922826381b4821440c4d
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.