Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2dad1a9d authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "recovery: Remove the include of adb.h."

am: dff22760

Change-Id: If6c4e195112f8442535ae9c698277b311e590dbd
parents 5f85d07e dff22760
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 \
+0 −1
Original line number Diff line number Diff line
@@ -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>