aboutsummaryrefslogtreecommitdiffstats
path: root/adb_install.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 13:59:19 -0700
committerElliott Hughes <enh@google.com>2015-04-10 13:59:19 -0700
commit20531ef60524e6205b1d9a6c12a8335c5d97e311 (patch)
tree194576dea44fa1489e187e0c681401f96cad8a2d /adb_install.cpp
parent23017c5d5c145a1040ee49466d30489d6e11bb61 (diff)
downloadbootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.gz
bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.tar.bz2
bootable_recovery-20531ef60524e6205b1d9a6c12a8335c5d97e311.zip
Switch minadb over to C++.
Change-Id: I5afaf70caa590525627c676c88b445d3162de33e
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 9e605e2..ebd4cac 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;