Loading Android.mk +0 −2 Original line number Diff line number Diff line Loading @@ -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 \ Loading recovery.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
Android.mk +0 −2 Original line number Diff line number Diff line Loading @@ -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 \ Loading
recovery.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -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> Loading