commit | 90b7b214f0f55cba21942745f2a7945ed8d22c5d | [log] [tgz] |
---|---|---|
author | Chirayu Desai <chirayudesai1@gmail.com> | Sat Jan 30 19:19:01 2021 +0530 |
committer | LuK1337 <priv.luk@gmail.com> | Sat Oct 19 00:16:02 2024 +0200 |
tree | 7a848e9d0cc73f279480bf8ae2ad504918593a12 | |
parent | 38e7d980027f171effd2c4a2e9da77bea173f0fc [diff] |
Replace old-style kernel headers only when building inline Change-Id: I71b891928a13771c176adc0eaa79b46503cb176f
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.