commit | 612b362ca31ba1127755452faa1b9c17e7b5ea20 | [log] [tgz] |
---|---|---|
author | Ed Tam <etam@google.com> | Sat Sep 23 03:52:15 2023 +0000 |
committer | Ed Tam <etam@google.com> | Sat Sep 23 05:24:41 2023 +0000 |
tree | 543da7307cfca19aae3c182921bdecdc0ffdfc1e | |
parent | 60061340a5e9d62c159c9b88049dd5a1558ed897 [diff] |
Revert "Make the target_files zip reflect the recent partition change" This reverts commit 60061340a5e9d62c159c9b88049dd5a1558ed897. Reason for revert: Breaking wifi/sim network connectivity Bug: 301547660 Change-Id: I1ebf27613a3db8f88a060af2ccfe2a07b64bd7eb
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.