commit | 7e6522b6bc4a592816206cbac244f5e364451bba | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@gmail.com> | Thu May 06 16:44:13 2021 +0300 |
committer | LuK1337 <priv.luk@gmail.com> | Sat Oct 19 00:16:02 2024 +0200 |
tree | 35d5bccf7a202ea5061a102e88245ef185962afb | |
parent | 90b7b214f0f55cba21942745f2a7945ed8d22c5d [diff] |
envsetup: Set INLINE_KERNEL_BUILDING based on TARGET_NO_KERNEL Change-Id: I2404adf572bdafb91edc66a19a83a2696004b33f
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.