commit | 5e98e6f05cce5f0d1e647c56423d51287d50bc3c | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Mon Oct 19 17:05:46 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Mon Oct 19 17:05:46 2009 -0700 |
tree | e464525a8e07608af515ede99dbb4026f5b4a2c1 | |
parent | aa569862dee45bfa72d342e9982cb5205df9bf04 [diff] |
use aapt to build jar files instead of the system zip (DO NOT MERGE) By using 'aapt add' instead of whatever 'zip' utility happens to be installed on the machine, we get files that are imgdiff-friendly, which makes for smaller incremental OTAs. (This is a cherry-pick of a change already submitted to eclair-mr2; the change was approved for mr1.)