summaryrefslogtreecommitdiffstats
path: root/tools/releasetools
Commit message (Expand)AuthorAgeFilesLines
* Fix userdata partition's ext4 mount point to data.Ying Wang2010-09-271-1/+1
* make info_dict and GetTypeAndDevice available to device extensionsDoug Zongker2010-09-263-29/+27
* accommodate both new and old target-files when creating incrementals (do not ...Doug Zongker2010-09-221-7/+35
* arg: system_size, not system_imgDoug Zongker2010-09-211-1/+1
* add recovery.fstab as dependency so it triggers rebuild (do not merge)Doug Zongker2010-09-211-1/+2
* support for per-partition fs_type (do not merge)Doug Zongker2010-09-214-49/+127
* remove remaining refs to max_image_sizesDoug Zongker2010-09-172-7/+8
* consolidate target_files metadata into one key-value fileDoug Zongker2010-09-164-115/+94
* allow partition sizes in hex (when prefixed with 0x)Doug Zongker2010-09-161-2/+2
* store user-visible image sizes in target-filesDoug Zongker2010-09-163-33/+30
* support for ext4/EMMC in target_files and OTA generationDoug Zongker2010-09-164-27/+81
* move File and Difference classes into common scriptDoug Zongker2010-09-122-142/+144
* Merge "return to using subprocess for running commands" into gingerbreadDoug Zongker2010-09-031-10/+4
|\
| * return to using subprocess for running commandsDoug Zongker2010-09-031-10/+4
* | remove remaining amend supportDoug Zongker2010-09-033-321/+9
|/
* Refactor a bit.Ying Wang2010-08-261-5/+1
* Try to fix system.img in update zip file.Ying Wang2010-08-261-3/+13
* Fix mkyaffs2image extra flags in the release tools.Ying Wang2010-08-252-4/+24
* Fix mkbootimg parameters for releasetools.Ying Wang2010-08-251-0/+5
* Disable CheckSize on ext partitions to fix build [DO NOT MERGE]Ying Wang2010-08-241-2/+4
* Backport ext4 support from master [DO NOT MERGE]Ying Wang2010-08-231-7/+37
* include build timestamp in OTA metadataDoug Zongker2010-06-211-0/+2
* add metadata to OTA package in easily-parsed formDoug Zongker2010-04-281-2/+21
* fix typo (leftover from some debugging code)Doug Zongker2010-03-171-1/+1
* store filesystem config info in target files at build timeDoug Zongker2010-03-151-32/+35
* pass blobs to applypatch in incremental OTAsDoug Zongker2010-02-224-9/+16
* relocate applypatch; check patch integrityDoug Zongker2010-02-192-4/+7
* change incremental OTA file install orderDoug Zongker2010-02-121-1/+6
* add UnmountAll function to OTA script; support radio images w/pathDoug Zongker2010-02-034-2/+15
* update ro.build.tags when signing release buildsDoug Zongker2010-01-111-16/+21
* map -e with no cert to PRESIGNEDDoug Zongker2009-12-151-0/+2
* add "EXTERNAL" as special value of LOCAL_CERTIFICATEDoug Zongker2009-12-153-19/+59
* include pre-signed prebuilt .apks in apkcerts.txtDoug Zongker2009-12-141-3/+9
* remove shared_uid cert check from sign_targt_file_apksDoug Zongker2009-12-101-63/+0
* add signing checker script to releasetoolsDoug Zongker2009-12-092-2/+433
* am ae91c7f8: Merge change I5ecba70c into eclairDoug Zongker2009-12-031-1/+1
|\
| * add missing commaDoug Zongker2009-12-031-1/+1
* | am 8bec09ee: add \'extras\' mechanism to OTA and signing toolsDoug Zongker2009-12-011-2/+11
|\ \ | |/
| * add 'extras' mechanism to OTA and signing toolsDoug Zongker2009-11-301-2/+11
* | stop adding ota-rel-keys tag when signingDoug Zongker2009-10-221-2/+2
|/
* resolved conflicts for merge of cfd7db6d to eclairDoug Zongker2009-10-071-2/+4
|\
| * move recovery image to the top of the OTA packageDoug Zongker2009-10-071-2/+4
| * Bug in Mac build where it gets confused over case, fix no longer needed.Mike Ritter2009-09-301-2/+11
* | remember device-specific releasetools extensions in target-filesDoug Zongker2009-09-302-1/+19
* | fix python syntax errorDoug Zongker2009-09-281-1/+1
* | parallellize computation of binary patchesDoug Zongker2009-09-251-55/+127
* | improve the OTA progress barDoug Zongker2009-09-203-31/+44
* | Bug in Mac build where it gets confused over case, fix no longer needed.Mike Ritter2009-09-151-2/+11
* | use imgdiff -z to diff zipfilesDoug Zongker2009-09-011-3/+11
* | remove bootloader assertionsDoug Zongker2009-08-271-7/+0