summaryrefslogtreecommitdiffstats
path: root/install/include/install/adb_install.h
diff options
context:
space:
mode:
Diffstat (limited to 'install/include/install/adb_install.h')
-rw-r--r--install/include/install/adb_install.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/install/include/install/adb_install.h b/install/include/install/adb_install.h
index 49b32b54f..3a0a81747 100644
--- a/install/include/install/adb_install.h
+++ b/install/include/install/adb_install.h
@@ -17,9 +17,8 @@
#pragma once
#include <recovery_ui/device.h>
-#include <recovery_ui/ui.h>
// Applies a package via `adb sideload` or `adb rescue`. Returns the install result (in `enum
// InstallResult`). When a reboot has been requested, INSTALL_REBOOT will be the return value, with
// the reboot target set in reboot_action.
-int ApplyFromAdb(RecoveryUI* ui, bool rescue_mode, Device::BuiltinAction* reboot_action);
+int ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action);