summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 23:58:43 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-10 23:58:43 +0200
commita16bb6d9e4e47bc5d4f53ee44b90df0114f2883a (patch)
tree194576dea44fa1489e187e0c681401f96cad8a2d /recovery.cpp
parentam 53b8ca4b: am 23017c5d: Merge "Switch minui over to C++." (diff)
parentam 51697d27: Merge "Switch minadb over to C++." (diff)
downloadandroid_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar
android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar.gz
android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar.bz2
android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar.lz
android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar.xz
android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.tar.zst
android_bootable_recovery-a16bb6d9e4e47bc5d4f53ee44b90df0114f2883a.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 43a42eab8..75534e74f 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -43,11 +43,9 @@
#include "screen_ui.h"
#include "device.h"
#include "adb_install.h"
-extern "C" {
#include "adb.h"
#include "fuse_sideload.h"
#include "fuse_sdcard_provider.h"
-}
struct selabel_handle *sehandle;