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

Commit d010fb14 authored by LaMont Jones's avatar LaMont Jones
Browse files

Stop using `group_static_libs` property

This property is now ignored, so there is no need to set it.
For more details, see the bug and/or "Effecient archive file handling"
in https://lld.llvm.org/NewLLD.html#key-concepts

Bug: 189475744
Test: Manual build succeeds
Change-Id: I79ff6aaba47fb13548d735b291da0796d416be48
parent 116c3655
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: {