summaryrefslogtreecommitdiffstats
path: root/fuse_sdcard_install.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-20 19:17:10 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-03-20 19:17:10 +0100
commitc1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5 (patch)
tree440b9475875645892536e1a6cc1519789c00f229 /fuse_sdcard_install.h
parentMerge "Remove the provider_vtab" am: 2037c60de4 (diff)
parentMerge "Move apply_from_sdcard to fuse_sdcard_install" (diff)
downloadandroid_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar.gz
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar.bz2
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar.lz
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar.xz
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.tar.zst
android_bootable_recovery-c1dfb51ae3dcc0c9dce2c6529a6cc32b3b8107c5.zip
Diffstat (limited to 'fuse_sdcard_install.h')
-rw-r--r--fuse_sdcard_install.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fuse_sdcard_install.h b/fuse_sdcard_install.h
index 58f84a614..5f0d64acf 100644
--- a/fuse_sdcard_install.h
+++ b/fuse_sdcard_install.h
@@ -16,4 +16,7 @@
#pragma once
-bool start_sdcard_fuse(const char* path);
+#include "device.h"
+#include "ui.h"
+
+int ApplyFromSdcard(Device* device, bool* wipe_cache, RecoveryUI* ui);