commit | fb2e3af3f915c0e3f2b4b027ef26777267ad46dc | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Wed Jun 17 17:29:40 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Wed Jun 17 18:12:16 2009 -0700 |
tree | 45e7354eacc638f4176a095844258d1f313aba7b | |
parent | e3da02e7bcfd85c543419e7590a3c86f64d8cc8a [diff] |
let the "firmware" command take the file straight from the package To do a firmware-install-on-reboot, the update binary tells recovery what file to install before rebooting. Let this file be specified as "PACKAGE:<foo>" to indicate taking the file out of the OTA package, avoiding an extra copy to /tmp. Bump the API version number to reflect this change.