commit | 70876143b5c8f2ea1912d551d40de5af7a55e1b2 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Feb 09 16:05:29 2022 -0800 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Feb 09 16:07:29 2022 -0800 |
tree | bcd2c9a467e50967a4f511628b9bdc07ef0cad95 | |
parent | fa91e98985a413e75d0e7ce5badd496835662fb9 [diff] |
Fix signing failure when no entry to convert to store zip -d doesn't work when no entry names specified. So if the list of entry is empty, just skip calling zip -d. Bug: 218438888 Test: th Change-Id: Ie4419b9d6fdc2780255c6f12f9f4d35e5c0a7b26
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.