platform_bootable_recovery/recovery_ui
Alistair Delva f7b547171e Expose EthernetDevice to custom UIs
Make it possible to build a custom UI which uses EthernetRecoveryUI.

Since EthernetRecoveryUI must be used with EthernetDevice, but the
make_device() function is the only place a custom UI can be specified,
we need to move the common EthernetDevice to the recovery_ui core and
make a new "default_ethernet_device" which looks like the other
default device library stubs, for backwards compatibility.

This makes it possible to use EthernetRecoveryUI on cuttlefish.

Bug: 172693524
Change-Id: I6a66bb949ef97d06f532adb286d2db4c002d2924
2020-11-06 16:35:46 -08:00
..
include/recovery_ui Expose EthernetDevice to custom UIs 2020-11-06 16:35:46 -08:00
Android.bp Expose EthernetDevice to custom UIs 2020-11-06 16:35:46 -08:00
default_device.cpp Move librecovery_ui to a sub-directory 2019-03-21 10:46:11 -07:00
default_ethernet_device.cpp Expose EthernetDevice to custom UIs 2020-11-06 16:35:46 -08:00
device.cpp Remove common.h 2019-08-15 13:40:16 -07:00
ethernet_device.cpp Expose EthernetDevice to custom UIs 2020-11-06 16:35:46 -08:00
ethernet_ui.cpp Add EthernetDevice to manage ethernet connection. 2020-05-15 15:18:41 -07:00
screen_ui.cpp recovery: fastbootd: retry opening graphics 2020-05-15 13:29:18 -07:00
stub_ui.cpp Implement ShowMenu for StubRecoveryUI 2019-06-27 15:54:59 -07:00
ui.cpp Consolidate the wait in recovery's reboot 2020-03-13 16:09:48 -07:00
vr_device.cpp Move librecovery_ui to a sub-directory 2019-03-21 10:46:11 -07:00
vr_ui.cpp Move librecovery_ui to a sub-directory 2019-03-21 10:46:11 -07:00
wear_device.cpp Move librecovery_ui to a sub-directory 2019-03-21 10:46:11 -07:00
wear_ui.cpp Move librecovery_ui to a sub-directory 2019-03-21 10:46:11 -07:00