aboutsummaryrefslogtreecommitdiff
path: root/devel/android-tools-fastboot/files/patch-liblog_fake__writer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/android-tools-fastboot/files/patch-liblog_fake__writer.cpp')
-rw-r--r--devel/android-tools-fastboot/files/patch-liblog_fake__writer.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/android-tools-fastboot/files/patch-liblog_fake__writer.cpp b/devel/android-tools-fastboot/files/patch-liblog_fake__writer.cpp
deleted file mode 100644
index ea76f483c4a8..000000000000
--- a/devel/android-tools-fastboot/files/patch-liblog_fake__writer.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- liblog/fake_writer.cpp.orig 2019-10-18 00:22:21 UTC
-+++ liblog/fake_writer.cpp
-@@ -34,7 +34,7 @@ static int logFds[(int)LOG_ID_MAX] = {-1, -1, -1, -1,
- struct android_log_transport_write fakeLoggerWrite = {
- .name = "fake",
- .logMask = 0,
-- .context.priv = &logFds,
-+ .context = { .priv = &logFds }, // GCC
- .available = fakeAvailable,
- .open = fakeOpen,
- .close = fakeClose,