Go to file
Doug Zongker 1d67eec191 make SignApk do zip alignment
When signing an APK, make the SignApk tool align the stored entries to
(by default) 4-byte boundaries.  This obviates the need to run the
separate zipalign tool, which currently does this job.

The alignment byte count can be specified with the -a option.  OTA
package signing (with -w) never does alignment.

The order of files in the output APK is changed so that all stored
files come first in the output, followed by all non-stored files.
This is not expected to have any impact in practice.

Change-Id: Iaeef89b2a7283e25fadb99c0a0f0641f682d76b8
2014-05-15 09:54:26 -07:00
core Merge "Fix executable symlinks." 2014-05-15 09:36:26 +00:00
libs/host Support host multilib build 2014-05-14 16:55:04 -07:00
target Introduce netd_client, a dynamic library that talks to netd. 2014-05-14 11:21:01 -07:00
tools make SignApk do zip alignment 2014-05-15 09:54:26 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
CleanSpec.mk Add dalvik.vm.dex2oat-flags for eng build 2014-05-06 20:40:11 -07:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
envsetup.sh envsetup.sh: Use prebuilt emulator binaries if available. 2014-05-09 15:32:32 +02:00