commit | 1de1788ddac8fef6fbe99961c6e8452742edb008 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Oct 26 12:29:10 2022 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Oct 26 12:30:29 2022 -0700 |
tree | 437caeadf1fb2a0bc13bf38625d7d7f2c5641acd | |
parent | b41bb8150569d41285270caf0214d2127cf61142 [diff] |
Enable zip64 support in build image script Images are getting bigger each year, we need zip64 support to store >4GB files in .zip archive. Test: th Bug: 255683436 Change-Id: I9adbefa5ec72e357b02e46d6e629c054d466ddd7
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.