Merge "recovery: Remove the include of adb.h." am: dff2276012 am: 2dad1a9d28
am: 36683d0fc8
Change-Id: I52142d9129285cffcd9e2481799d394f5fb13a79
This commit is contained in:
@@ -92,11 +92,9 @@ endif
|
|||||||
|
|
||||||
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
|
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
|
||||||
LOCAL_CFLAGS += -Wno-unused-parameter -Werror
|
LOCAL_CFLAGS += -Wno-unused-parameter -Werror
|
||||||
LOCAL_CLANG := true
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
LOCAL_C_INCLUDES += \
|
||||||
system/vold \
|
system/vold \
|
||||||
system/core/adb \
|
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
librecovery \
|
librecovery \
|
||||||
|
|||||||
@@ -40,7 +40,6 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <adb.h>
|
|
||||||
#include <android-base/file.h>
|
#include <android-base/file.h>
|
||||||
#include <android-base/logging.h>
|
#include <android-base/logging.h>
|
||||||
#include <android-base/parseint.h>
|
#include <android-base/parseint.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user