commit | 12ac11025ed96eadd1497c7dfed5b889d34fa8a3 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Jan 19 11:04:58 2024 -0800 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Jan 19 11:04:58 2024 -0800 |
tree | 71165f4719e521e17a8d1c5133b7928bc7a79324 | |
parent | 04591b6315b64c3d3805a6ee874bd11abd3851f3 [diff] |
Fix signing failures on targets with >4GB target_files An old python zipfile hack prevented zipfile module from decoding 64 bit sizes correctly, remove the legacy hack to fix. Test: check_target_files_signatures -v 5GB_target_files.zip Bug: 319367048 Change-Id: I376c7b68f549ddf88680280d604548d1849cdfe2
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.