Commit Graph

2 Commits

Author SHA1 Message Date
Ameya Thakur 2b8425eb92 oem-recovery: Fix for compilation issue
The oem-recovery module now compiles correctly.

Change-Id: Ic366dd20e739119919e27d55dcc73a646e42a658
2015-08-19 11:22:19 -07:00
Stanimir Varbanov 0ac020a05a recovery: Add librecovery_updater_msm library
This library is charged with:
 - decrypting firmware radio images during recovery update
 - preventing device boot break on main/backup bootloaders update failure

Those features are implemented by registering device specific updater
script commands used by update mechanism. The library is statically
linked to Android updater executable during Android build. The commands
implemented in the library will be called by updater-script during OTA
update.

Change-Id: Ia93901ba83efd4aed833250c5d52bd18cab0a740
2013-08-10 02:44:10 +03:00