platform_build/tools
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
..
acp Support host multilib build 2014-05-14 16:55:04 -07:00
apicheck don't build apicheck for PDK builds, removing dependency on doclava 2012-03-28 15:30:36 -07:00
atree SDK: Use "strip -x" for atree. 2012-06-06 23:39:47 -07:00
check_prereq Remove the simulator target from all makefiles. 2011-07-11 23:51:37 -07:00
droiddoc Docs: replacing analytics ID from D.A.C. 2014-03-05 12:20:46 -08:00
fs_config Update OTA to understand SELinux labels and capabilities 2013-09-10 12:30:43 -07:00
fs_get_stats build: update fs_config calls for capabilities change. 2013-02-20 12:48:44 -08:00
releasetools ota_from_target_files: Add an option to not sign OTA packages 2014-01-27 15:01:04 +09:00
rgb2565
signapk make SignApk do zip alignment 2014-05-15 09:54:26 -07:00
zipalign libutils clean-up 2013-05-07 16:31:04 -07:00
adbs Fix regex for finding symbol data. 2013-12-12 12:56:16 -08:00
Android.mk Let apicheck visible to unbundled build. 2013-08-02 21:35:15 +00:00
buildinfo.sh Add 32 / 64 bit abi lists to system properties. 2014-04-08 17:40:40 +01:00
check_builds.sh Use a more modern -j flag. 2012-08-16 22:45:55 -07:00
check_radio_versions.py fix build: make check_radio_versions.py okay with no args 2012-03-21 10:01:01 -07:00
compare_fileslist.py
diff_package_overlays.py Clean common intermediate files if overlay changed 2012-06-04 18:02:55 -07:00
dump-package-stats
event_log_tags.py check syntax of description field in logtags files 2011-01-23 12:57:19 -08:00
fileslist.py Move forward installed-files.txt in the dependency graph 2011-09-09 17:07:23 -07:00
filter-product-graph.py make product-graph now filtered 2012-08-16 22:45:55 -07:00
findleaves.py Follow symlinks in findleaves 2012-08-24 16:24:45 -07:00
fixlinebreaks.sh
generate-notice-files.py Moving notice file generation to a python script 2012-03-30 15:08:59 -04:00
java-event-log-tags.py Make java-event-log-tags.py create its output directory if it does not exist. 2011-12-13 10:56:33 -08:00
java-layers.py Add a tool to let you enforce layering between packages in a java module. 2012-10-20 17:25:55 -07:00
merge-event-log-tags.py fix merge-event-log-tags.py deprecation warning 2012-09-20 11:50:34 -07:00
mktarball.sh Create systemtarball either with bz2 or gz 2010-07-08 16:36:05 -07:00
parsedeps.py Add tool to parse make dependency info from new --deps flag. 2012-08-16 22:45:55 -07:00
post_process_props.py Refactor a little bit and do the validation on also default.prop. 2014-02-12 10:32:47 -08:00
print_module_licenses.sh
product_debug.py More product debugging. 2012-08-16 22:45:56 -07:00
warn.py