commit | f3d33fb8789792c7c7a13eedf1d4c29d6aba1bac | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Oct 30 14:38:59 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 30 14:38:59 2023 +0000 |
tree | 3d4e60dfb541a7c2376eb704baee6f1598fceca0 | |
parent | 0989dcd64cb2083487c2dd3e3d645e6a70b1ad9f [diff] | |
parent | b6a0d39dad22ac4acd7746dc1eb3c9fdc5669c48 [diff] |
Merge changes If78eacd6,Ie418aee2,Ica87b396 into main * changes: Set empty TARGET_RELEASE for some commands Fix banchan for trunk stable builds Require lunch targets to be product-release-variant
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.