summaryrefslogtreecommitdiffstats
path: root/adb_install.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 23:41:15 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-10 23:41:15 +0200
commita90ba39beb8762f5a1f21b03f2734acda4fb03b1 (patch)
tree194576dea44fa1489e187e0c681401f96cad8a2d /adb_install.cpp
parentam 23017c5d: Merge "Switch minui over to C++." (diff)
parentMerge "Switch minadb over to C++." (diff)
downloadandroid_bootable_recovery-a90ba39beb8762f5a1f21b03f2734acda4fb03b1.tar
android_bootable_recovery-a90ba39beb8762f5a1f21b03f2734acda4fb03b1.tar.gz
android_bootable_recovery-a90ba39beb8762f5a1f21b03f2734acda4fb03b1.tar.bz2
android_bootable_recovery-a90ba39beb8762f5a1f21b03f2734acda4fb03b1.tar.lz
android_bootable_recovery-a90ba39beb8762f5a1f21b03f2734acda4fb03b1.tar.xz
android_bootable_recovery-a90ba39beb8762f5a1f21b03f2734acda4fb03b1.tar.zst
android_bootable_recovery-a90ba39beb8762f5a1f21b03f2734acda4fb03b1.zip
Diffstat (limited to 'adb_install.cpp')
-rw-r--r--adb_install.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/adb_install.cpp b/adb_install.cpp
index 9e605e2d5..ebd4cac00 100644
--- a/adb_install.cpp
+++ b/adb_install.cpp
@@ -30,10 +30,8 @@
#include "install.h"
#include "common.h"
#include "adb_install.h"
-extern "C" {
#include "minadbd/fuse_adb_provider.h"
#include "fuse_sideload.h"
-}
static RecoveryUI* ui = NULL;