commit | 2e1ff6e26269b03d0f0d23d1929e8820bceb2933 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Mon Oct 10 10:58:57 2022 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Mon Oct 17 10:04:45 2022 -0700 |
tree | c6fb190af28019a93e1b828696cb2eb3e869d414 | |
parent | cd91bec2ca8835199f408d20f69c222693100544 [diff] |
Remove unnecesasry use of ZipClose() ZipClose() was introduced to work with large zip without switching to ZIP64. It is a hacky patch. Now we have moved to python3 and zip64 completely, no need to keep using it. Test: th Bug: 246504616 Change-Id: I1ff15171bb26887b819f655e32817627ecad1132
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.