commit | b5b87776867319314dbbb1f1512a5f5c9c18ffc1 | [log] [tgz] |
---|---|---|
author | Pechetty Sravani <pechetty@google.com> | Wed Jun 19 07:47:32 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 19 07:47:32 2024 +0000 |
tree | 9028f07146c771780f679055e90133ba4fc8c612 | |
parent | 27f601f5d96bb6b94233169ae8a29ea4290e6904 [diff] |
Revert "Consider non-shipping lunch targets to be future." This reverts commit 27f601f5d96bb6b94233169ae8a29ea4290e6904. Reason for revert: Droidmonitor triggered revert due to build breakage in b/348090986. Will be verifying through ABTD before submission. Change-Id: I55e0880741e543309a7b991d49e59e4fa1f62e53
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.