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

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

Merge "Stop using `group_static_libs` property"

parents 93b4b55e d010fb14
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ cc_defaults {
        "libbase",
        "libz",
    ],
    group_static_libs: true,

    cflags: [
        "-Wall",
+3 −4
Original line number Diff line number Diff line
@@ -72,7 +72,6 @@ cc_defaults {
        "libidmap2_policies",
    ],
    stl: "libc++_static",
    group_static_libs: true,
}

// ==========================================================
@@ -198,7 +197,7 @@ cc_test_host {
    data: [
        "integration-tests/CompileTest/**/*",
        "integration-tests/CommandTests/**/*",
         "integration-tests/ConvertTest/**/*"
        "integration-tests/ConvertTest/**/*",
    ],
}

+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ cc_defaults {
        "libbase",
        "libz",
    ],
    group_static_libs: true,

    target: {
        windows: {