The Ion API is changing yet again. heap_mask has been renamed in Ion to
heap_id_mask. Rename ours.
Change-Id: I5fbf5d08a1a3ad28f17accb8b4b521586420a8fe
Current ION heap is smaller that the biggest modem image on some
devices. Using PIL1 heap looks resonable cause it is used to load
firmwares. The fact that this heap is defined for most of platforms
and the size is bigger than biggest modem image makes it good
candidate for usage.
Change-Id: Ia86a08d911ff1744f4c8a2dbb5b3c3618debfbda
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