commit | 6d366d36e4b9e70dbea29276be5c8c80e623c932 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Tue Feb 21 12:42:23 2023 -0800 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Feb 21 12:49:20 2023 -0800 |
tree | 2249e6a4ff6b1cff3876443f8933e574fbb69cf3 | |
parent | c8ff84b21979002a0397bc7955dd7d4183f47576 [diff] |
Add zip2zip to dependency of relevant binary targets Bug: 269735619 Change-Id: I7eb3de066ec17cfcb072b4072997e3bafa83fbcd
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.