index
:
build.git
replicant-4.2
replicant-6.0
build
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
releasetools
/
ota_from_target_files
Commit message (
Expand
)
Author
Age
Files
Lines
*
load SYSTEM/build.prop into the info_dict
Doug Zongker
2012-08-16
1
-22
/
+24
*
add extra args to mkbootimg
Doug Zongker
2012-08-02
1
-2
/
+4
*
resolved conflicts for merge of a86fcc29 to master
Kenny Root
2012-04-09
1
-3
/
+12
|
\
|
*
Support the setting of file security contexts in OTA and update packages.
Stephen Smalley
2012-04-06
1
-4
/
+18
|
*
check entire recovery partition on startup
Doug Zongker
2011-12-02
1
-8
/
+1
*
|
don't generate retouch commands in OTA scripts
Doug Zongker
2012-02-28
1
-31
/
+11
*
|
add device-specific hooks at start of OTA phases
Doug Zongker
2012-01-17
1
-0
/
+5
*
|
check entire recovery partition on startup
Doug Zongker
2011-12-02
1
-8
/
+1
|
/
*
fix syntax error in OTA script
Doug Zongker
2011-09-23
1
-1
/
+1
*
change OTA tools to handle variable dev keys
Doug Zongker
2011-09-22
1
-14
/
+23
*
patch the /system/build.prop file last
Doug Zongker
2011-08-26
1
-1
/
+15
*
resolved conflicts for merge of a74a4811 to honeycomb-plus-aosp
Ying Wang
2011-08-11
1
-0
/
+5
|
\
|
*
sha module is deprecated
david
2011-08-10
1
-3
/
+7
|
*
Close inherited PIPE before doing work
Ying Wang
2010-12-13
1
-0
/
+1
*
|
Close inherited PIPE before doing work
Ying Wang
2011-02-10
1
-0
/
+1
*
|
support use of prebuilt bootable images
Doug Zongker
2011-01-25
1
-24
/
+17
*
|
am 8317e664: am 96a57e73: make info_dict and GetTypeAndDevice available to de...
Doug Zongker
2010-09-26
1
-22
/
+7
|
\
\
|
|
/
|
*
make info_dict and GetTypeAndDevice available to device extensions
Doug Zongker
2010-09-26
1
-22
/
+7
|
*
accommodate both new and old target-files when creating incrementals (do not ...
Doug Zongker
2010-09-22
1
-7
/
+35
|
*
support for per-partition fs_type (do not merge)
Doug Zongker
2010-09-21
1
-6
/
+6
*
|
accommodate both new and old target-files when creating incrementals
Doug Zongker
2010-09-22
1
-23
/
+24
*
|
support for per-partition fs_type
Doug Zongker
2010-09-21
1
-10
/
+30
*
|
resolved conflicts for merge of 813ad17a to master
Doug Zongker
2010-09-16
1
-48
/
+23
|
\
\
|
|
/
|
*
consolidate target_files metadata into one key-value file
Doug Zongker
2010-09-16
1
-45
/
+20
*
|
only do size check for yaffs images; fix incremental info dict
Doug Zongker
2010-09-16
1
-7
/
+7
*
|
resolved conflicts for merge of 2cb8d5eb to master
Doug Zongker
2010-09-16
1
-8
/
+8
|
\
\
|
|
/
|
*
store user-visible image sizes in target-files
Doug Zongker
2010-09-16
1
-8
/
+8
|
*
support for ext4/EMMC in target_files and OTA generation
Doug Zongker
2010-09-16
1
-9
/
+10
*
|
resolved conflicts for merge of 8ae62ec7 to master
Doug Zongker
2010-09-13
1
-142
/
+19
|
\
\
|
|
/
|
*
move File and Difference classes into common script
Doug Zongker
2010-09-12
1
-142
/
+19
*
|
resolved conflicts for merge of a4a50996 to master
Doug Zongker
2010-09-03
1
-1
/
+2
|
\
\
|
|
/
|
*
remove remaining amend support
Doug Zongker
2010-09-03
1
-37
/
+9
*
|
Turn on ASLR by default. The "-a" option now takes an argument (on/off).
Hristo Bojinov
2010-08-26
1
-7
/
+10
*
|
Working ASLR implementation.
Hristo Bojinov
2010-08-02
1
-14
/
+42
*
|
generate pseudofilenames for EMMC partitions
Doug Zongker
2010-07-07
1
-12
/
+20
*
|
support for ext4/EMMC in target_files and OTA generation
Doug Zongker
2010-07-01
1
-9
/
+10
*
|
am c58e4f42: am 06acf91f: am 3b85269c: include build timestamp in OTA metadata
Doug Zongker
2010-06-23
1
-0
/
+2
|
\
\
|
|
/
|
*
include build timestamp in OTA metadata
Doug Zongker
2010-06-21
1
-0
/
+2
*
|
am 5324cb81: am ed661dd6: am 1d37a0da: am 2ea21065: add metadata to OTA packa...
Doug Zongker
2010-05-02
1
-2
/
+21
|
\
\
|
|
/
|
*
add metadata to OTA package in easily-parsed form
Doug Zongker
2010-04-28
1
-2
/
+21
*
|
remove remaining amend support
Doug Zongker
2010-04-21
1
-37
/
+9
|
/
*
fix typo (leftover from some debugging code)
Doug Zongker
2010-03-17
1
-1
/
+1
*
store filesystem config info in target files at build time
Doug Zongker
2010-03-15
1
-32
/
+35
*
pass blobs to applypatch in incremental OTAs
Doug Zongker
2010-02-22
1
-8
/
+2
*
relocate applypatch; check patch integrity
Doug Zongker
2010-02-19
1
-3
/
+6
*
change incremental OTA file install order
Doug Zongker
2010-02-12
1
-1
/
+6
*
add UnmountAll function to OTA script; support radio images w/path
Doug Zongker
2010-02-03
1
-0
/
+5
*
resolved conflicts for merge of cfd7db6d to eclair
Doug Zongker
2009-10-07
1
-2
/
+4
|
\
|
*
move recovery image to the top of the OTA package
Doug Zongker
2009-10-07
1
-2
/
+4
*
|
remember device-specific releasetools extensions in target-files
Doug Zongker
2009-09-30
1
-0
/
+18
[next]