summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-25 17:55:17 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-25 17:55:17 +0200
commit36683d0fc88e2f23181bea8bb12a143ac2bcafae (patch)
tree0e8aa2dadc405b9e086747b48a5f6c9d6bf1ac07 /recovery.cpp
parentMerge "Add more tests for verify_package_compatibility()." am: a9dd77fa84 (diff)
parentMerge "recovery: Remove the include of adb.h." (diff)
downloadandroid_bootable_recovery-36683d0fc88e2f23181bea8bb12a143ac2bcafae.tar
android_bootable_recovery-36683d0fc88e2f23181bea8bb12a143ac2bcafae.tar.gz
android_bootable_recovery-36683d0fc88e2f23181bea8bb12a143ac2bcafae.tar.bz2
android_bootable_recovery-36683d0fc88e2f23181bea8bb12a143ac2bcafae.tar.lz
android_bootable_recovery-36683d0fc88e2f23181bea8bb12a143ac2bcafae.tar.xz
android_bootable_recovery-36683d0fc88e2f23181bea8bb12a143ac2bcafae.tar.zst
android_bootable_recovery-36683d0fc88e2f23181bea8bb12a143ac2bcafae.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 99126eedc..587698170 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -40,7 +40,6 @@
#include <string>
#include <vector>
-#include <adb.h>
#include <android-base/file.h>
#include <android-base/logging.h>
#include <android-base/parseint.h>