diff options
author | Elliott Hughes <enh@google.com> | 2015-04-10 23:28:46 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-10 23:28:46 +0200 |
commit | 51697d2781501c30d8db6d2a8e6c2becebcffad8 (patch) | |
tree | 194576dea44fa1489e187e0c681401f96cad8a2d /recovery.cpp | |
parent | Merge "Switch minui over to C++." (diff) | |
parent | Switch minadb over to C++. (diff) | |
download | android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar.gz android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar.bz2 android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar.lz android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar.xz android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.tar.zst android_bootable_recovery-51697d2781501c30d8db6d2a8e6c2becebcffad8.zip |
Diffstat (limited to '')
-rw-r--r-- | recovery.cpp | 2 |
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; |