commit | 83fe17e0a44b8bc92a6a29213969278f5dfc853d | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Fri Sep 29 00:22:27 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 29 00:22:27 2023 +0000 |
tree | 543da7307cfca19aae3c182921bdecdc0ffdfc1e | |
parent | cb63de55b737c13070c0f047be1fd9eb30479978 [diff] |
Revert^3 "Make the target_files zip reflect the recent partition change" This reverts commit cb63de55b737c13070c0f047be1fd9eb30479978. Reason for revert: Still more broken devices Change-Id: Ic55ba78dd9c2e34dc96549ac8aba65fdbefd379b
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.