commit | 2add34e96e706471eb3bae45bb11814ad8d4ce54 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Jun 26 17:37:17 2024 +0000 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Jun 26 17:38:00 2024 +0000 |
tree | b711092d126cb2dec9c2beef2545deee92e46649 | |
parent | 2ddbfee4ca1b4b495c317fc6eb53cd5e5db9ae0c [diff] |
Reland Move all targets away from non-AB Previous build breakage is fixed by aosp/3147481 , so attempting to reland This reverts commit 2ddbfee4ca1b4b495c317fc6eb53cd5e5db9ae0c. Reason for revert: b/348547795 Change-Id: Ie7e6e54a6c1796acc37b43fe14692068e0ea31ca
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.