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

Commit ec8519e9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Tweak linux_glibc properties for musl builds in system/core"

parents c015f7f9 10bbb018
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -27,12 +27,8 @@ cc_library {
        darwin: {
            enabled: false,
        },
        linux_glibc: {
        host_linux: {
            cflags: [
                "-O2",
                "-g",
                "-W",
                "-Wall",
                "-D_LARGEFILE64_SOURCE",
            ],
        },
+1 −3
Original line number Diff line number Diff line
@@ -48,13 +48,11 @@ cc_library_headers {
            header_libs: ["libbacktrace_headers"],
            export_header_lib_headers: ["libbacktrace_headers"],
        },
        linux_glibc: {
        host_linux: {
            header_libs: ["libbacktrace_headers"],
            export_header_lib_headers: ["libbacktrace_headers"],
        },
        linux_bionic: {
            header_libs: ["libbacktrace_headers"],
            export_header_lib_headers: ["libbacktrace_headers"],
            enabled: true,
        },
        windows: {