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

Commit f889e0ed authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Link aapt2.exe with dbghelp on Windows." into main

parents e736c52a dee6b85b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -50,6 +50,10 @@ cc_defaults {
            enabled: true,
            cflags: ["-Wno-maybe-uninitialized"],
            ldflags: ["-static"],
            host_ldlibs: [
                // Required by stack tracing code bundled with protobuf
                "-ldbghelp",
            ],
        },
        darwin: {
            cflags: ["-D_DARWIN_UNLIMITED_STREAMS"],