commit | 8895f9eceac4ad568bcca724c4dcf8faf5b865f4 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Mon Oct 10 17:13:17 2022 -0700 |
committer | Wei Li <weiwli@google.com> | Fri Oct 14 18:31:56 2022 -0700 |
tree | 301cb3f38a5d47b1d36e640cae177e145563f065 | |
parent | 1c5f813bf0ece71587acf5d8f71f14194046d7e8 [diff] |
Change function ZipDelete to use Python module zipinfo instead of command 'zip'. 'zip' is a host command, and it can not be provided as a dependency when some release tools are used in Bazel rules. Test: atest --host releasetools_test Bug: 243748589 Change-Id: Ie5f42eadbd316ccd018b19194c466a908971af82
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.