commit | cb63de55b737c13070c0f047be1fd9eb30479978 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Sep 25 19:41:25 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Sep 25 19:41:25 2023 +0000 |
tree | 148a4d0327db21b575bba6580d94d9fc3b25b62e | |
parent | 612b362ca31ba1127755452faa1b9c17e7b5ea20 [diff] |
Revert^2 "Make the target_files zip reflect the recent partition change" This reverts commit 612b362ca31ba1127755452faa1b9c17e7b5ea20. Reason for revert: Excluding the failing product in ag/24856527 Change-Id: I28664302a7fd98ce9bd88e6ce9679b53846b1859
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.