Merge "recovery: Remove the include of adb.h." am: dff2276012 am: 2dad1a9d28 am: 36683d0fc8

am: b217714654

Change-Id: Ib87c761251e6e315389814f56154eef4c9d4a208
This commit is contained in:
Tao Bao
2017-04-25 15:59:18 +00:00
committed by android-build-merger
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -92,11 +92,9 @@ endif
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 \
-1
View File
@@ -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>