commit | 51197e572624ea34a1f375e8ed0e7d508f08f992 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Mon Dec 25 00:03:50 2023 +0200 |
committer | LuK1337 <priv.luk@gmail.com> | Sat Oct 19 00:16:02 2024 +0200 |
tree | 6a12df7afa98d0d265cb448a32aa3b09736a764a | |
parent | 7e6522b6bc4a592816206cbac244f5e364451bba [diff] |
Replace device_kernel_headers with generated_kernel_headers Change-Id: I54a969d63f9644f89a231d52f2ef0919edd5b784
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.