diff options
author | Tao Bao <tbao@google.com> | 2017-04-25 17:53:17 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-04-25 17:53:17 +0200 |
commit | 2dad1a9d28d5b81ce5e1b5388d227f025474a7ed (patch) | |
tree | 95f38db376b72d12f26e54e0aecb7a0b4fed8d2c | |
parent | Merge "Add more tests for verify_package_compatibility()." (diff) | |
parent | Merge "recovery: Remove the include of adb.h." (diff) | |
download | android_bootable_recovery-2dad1a9d28d5b81ce5e1b5388d227f025474a7ed.tar android_bootable_recovery-2dad1a9d28d5b81ce5e1b5388d227f025474a7ed.tar.gz android_bootable_recovery-2dad1a9d28d5b81ce5e1b5388d227f025474a7ed.tar.bz2 android_bootable_recovery-2dad1a9d28d5b81ce5e1b5388d227f025474a7ed.tar.lz android_bootable_recovery-2dad1a9d28d5b81ce5e1b5388d227f025474a7ed.tar.xz android_bootable_recovery-2dad1a9d28d5b81ce5e1b5388d227f025474a7ed.tar.zst android_bootable_recovery-2dad1a9d28d5b81ce5e1b5388d227f025474a7ed.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 2 | ||||
-rw-r--r-- | recovery.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk index 5e2dddec4..01c72a476 100644 --- a/Android.mk +++ b/Android.mk @@ -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 \ 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> |