commit | ddd6a2865db5c73a4bb9d486f71a8c2f1f96ec69 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Tue Jun 09 12:22:33 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Thu Jun 11 14:50:33 2009 -0700 |
tree | a991238ca9fd1299d295d6229df882585ca0c659 | |
parent | d9d9d1785ac1cce150010390a17188bea42a7a58 [diff] |
split out device-specific recovery UI code into vendor directories Take some device-specific details of the recovery UI (eg, what keys to press to bring up the interface and perform actions, exact text of the menu, etc.) and split them out into separate C functions. Arrange to take implementations of those functions from the appropriate vendor directory at build time. Provide a default implementation in case no vendor-specific one is available.