History log of /bootable/recovery/updater/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4eeb379886f9ee3d832a38805ceaf15e0e08d685 24-Jul-2012 Joe Onorato <joeo@google.com> Use the static version of libsparse

Change-Id: I664f8dc7939f8f902e4775eaaf6476fcd4ab8ed2
/bootable/recovery/updater/Android.mk
6396e70d3fd381f6e3ccaff84c5a05bc5e3cec3c 01-Jun-2012 Joe Onorato <joeo@google.com> Multiple modules with the same name are going away.

Change-Id: I4154db066865d6031caa3c2c3b94064b2f28076e
/bootable/recovery/updater/Android.mk
cde94f309c85d673648126c1de12952ed690b561 25-Apr-2012 Colin Cross <ccross@android.com> Link against libsparse

libext4_utils requires libsparse, link against it as well.

Change-Id: I4d6aec0e5edcf1ed42118b7b77adcded2858d3dd
/bootable/recovery/updater/Android.mk
eef790de669c378f91dcd7bce98ab0af5f727198 11-Jun-2012 Ying Wang <wangying@google.com> Use a dependency file to replace the list file.

instead of creating the list file whenever loading the Android.mk

Change-Id: I78e4820754399dff3993a863eede8b75da9f6d29
/bootable/recovery/updater/Android.mk
779701db515d1a0d363d5a8896252f331bc4e22a 09-Feb-2012 Stephen Smalley <sds@tycho.nsa.gov> Extend recovery and updater to support setting file security contexts.

Extend minzip, recovery, and updater to set the security context on
files based on the file_contexts configuration included in the package.

Change-Id: Ied379f266a16c64f2b4dca15dc39b98fcce16f29
/bootable/recovery/updater/Android.mk
1a114494950d8bce01bb860cd8a7221fdc9593cc 13-Jan-2012 Stephen Smalley <sds@tycho.nsa.gov> Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used.

libext4_utils now calls libselinux in order to determine the
file security context to set on files when creating ext4 images.

Change-Id: I09fb9d563d22ee106bf100eacd4cd9c6300b1152
/bootable/recovery/updater/Android.mk
6242a8bc9b01786e4b58ed897858f593d1d546cf 15-Jul-2011 Michael Ward <mikeward@google.com> Support multiple recovery updater extensions.

Change-Id: I787c086223b674050c0a12fc575add9badb471af
/bootable/recovery/updater/Android.mk
db314d69f023d2a6c8956073aa9d283e20b280ef 02-Aug-2010 Hristo Bojinov <hristo@google.com> Working ASLR implementation

Separate files for retouch functionality are in minelf/*

ASLR for shared libraries is controlled by "-a" in ota_from_target_files.
Binary files are self-contained. Retouch logic can recover from crashes.

Signed-off-by: Hristo Bojinov <hristo@google.com>
Change-Id: I76c596abf4febd68c14f9d807ac62e8751e0b1bd
/bootable/recovery/updater/Android.mk
b4277c25c639aa462a1d2f2d78f776443c670fb6 21-Jul-2010 Ying Wang <wangying@google.com> Mute unwanted error message

This CL removes the following line from the top of build logs:
"diff: out/target/product/*/obj/PACKAGING/updater_extensions_intermediates/register.inc.list: No such file or directory"

Change-Id: I79c15a69a0b1b0da0e45620b45a7a0fea5625250
/bootable/recovery/updater/Android.mk
3d177d055c9cf3571e4b7c098818b454d1dbf9d7 01-Jul-2010 Doug Zongker <dougz@android.com> support for ext4/EMMC filesystems in updater binary

Make the mount and format functions take extra parameters describing
the filesystem type and add support for mounting and formatting ext4
filesystems on EMMC.

Change recovery to consistently use stdout for status messages instead
of mixing stdout and stderr.
/bootable/recovery/updater/Android.mk
fc382dfc751725253f956ddaf5b7b90be90b41d7 30-Jun-2009 Android (Google) Code Review <android-gerrit@google.com> am d8f7c9b8: Merge change 5545 into donut

Merge commit 'd8f7c9b85e25fab93fef2221a84b60edc2e7b837'

* commit 'd8f7c9b85e25fab93fef2221a84b60edc2e7b837':
remove updater from the user system image
ad3db099d5ee17b1b46fee3131b9561b73b36703 26-Jun-2009 Doug Zongker <dougz@android.com> remove updater from the user system image

updater (which is only needed in OTA packages) is getting included in
/system/bin, where it just takes up (quite a bit of) space. Use the
hack of including it only in eng builds so it's not there for user
builds.
/bootable/recovery/updater/Android.mk
2b0fdc657115a4fe02af279fdbdab99c68df0a1a 19-Jun-2009 Doug Zongker <dougz@android.com> add device extension mechanism to updater

Allow devices (in BoardConfig.mk) to define additional static
libraries to be linked in to updater, to make device-specific
functions available in edify scripts. Modify the updater makefile to
arrange for device libraries to register their edify functions.
/bootable/recovery/updater/Android.mk
8edb00c990e563e6f91b278a212f2edf877cf763 12-Jun-2009 Doug Zongker <dougz@android.com> edify extensions for OTA package installation, part 2

Adds more edify functions for OTAs:

is_mounted getprop apply_patch apply_patch_check apply_patch_space
write_raw_image write_firmware_image package_extract_file

This allows us to install radios, hboots, boot images, and install
incremental OTA packages.

Fixes a couple of dumb bugs in edify itself:

- we were doubling the size of the function table each time it was
*not* full, rather than each time it was full

- "no such function" errors weren't visible to the parser, so they
didn't prevent execution of the script.
/bootable/recovery/updater/Android.mk
9931f7f3c1288171319e9ff7d053ebaad07db720 10-Jun-2009 Doug Zongker <dougz@android.com> edify extensions for OTA package installation, part 1

Adds the following edify functions:

mount unmount format show_progress delete delete_recursive
package_extract symlink set_perm set_perm_recursive

This set is enough to extract and install the system part of a (full)
OTA package.

Adds the updater binary that extracts an edify script from the OTA
package and then executes it. Minor changes to the edify core (adds a
sleep() builtin for debugging, adds "." to the set of characters that
can appear in an unquoted string).
/bootable/recovery/updater/Android.mk