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

Commit 52e4c691 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "Remove liblog/uio.c and <log/uio.h>" am: e181bf51

am: 788fbbb8

Change-Id: I1076c05899b71443556f5bdb30960a4b3ff907c5
parents a6034e53 788fbbb8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -85,7 +85,6 @@ cc_library {
            ldflags: ["-Wl,--hash-style=both"],
        },
        windows: {
            srcs: ["uio.cpp"],
            enabled: true,
        },
        not_windows: {
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
#include <time.h>

#include <android/log.h>
#include <log/uio.h>

#include "log_portability.h"

+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <sys/types.h>

#include "log_portability.h"
#include "uio.h"

struct iovec;

+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
#include <log/log_safetynet.h>
#include <log/log_system.h>
#include <log/log_time.h>
#include <log/uio.h> /* helper to define iovec for portability */

#ifdef __cplusplus
extern "C" {
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@
#include "config_write.h"
#include "log_portability.h"
#include "logger.h"
#include "uio.h"

/* branchless on many architectures. */
#define min(x, y) ((y) ^ (((x) ^ (y)) & -((x) < (y))))
Loading