Merge "recovery: Remove the include of adb.h." am: dff2276012
am: 2dad1a9d28
Change-Id: I19dc6c2adf91b695412d79cfcd8cf759afcf6cf3
diff --git a/Android.mk b/Android.mk
index 5e2ddde..01c72a4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -92,11 +92,9 @@
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
LOCAL_CFLAGS += -Wno-unused-parameter -Werror
-LOCAL_CLANG := true
LOCAL_C_INCLUDES += \
system/vold \
- system/core/adb \
LOCAL_STATIC_LIBRARIES := \
librecovery \
diff --git a/recovery.cpp b/recovery.cpp
index 99126ee..5876981 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>