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

Commit 6e9ca284 authored by Dan Willemsen's avatar Dan Willemsen Committed by Gerrit Code Review
Browse files

Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]"

parents 78acb27e 01fee7a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ cc_library_static {
        darwin: {
            enabled: false,
        },
        linux: {
        linux_glibc: {
            cflags: ["-D_GNU_SOURCE"],
        },
    },
+2 −2
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ cc_library_static {
        darwin: {
            enabled: false,
        },
        linux: {
        linux_glibc: {
            cflags: [
                "-D_GNU_SOURCE",
                "-DOS_GENERIC",
@@ -144,7 +144,7 @@ cc_test {
        "libosi",
    ],
    target: {
        linux: {
        linux_glibc: {
            cflags: ["-DOS_GENERIC"],
        },
        darwin: {
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ cc_test {
                "test/stub_ipc_handler_linux.cc",
            ],
        },
        linux: {
        linux_glibc: {
            srcs: btserviceLinuxSrc + [
                // TODO(bcf): Fix this test.
                //"test/ipc_linux_unittest.cc",