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

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

Merge "Re-enable LTO for libcodec2_hidl_client" into main

parents 0cf7ca88 d1edb8cd
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -52,12 +52,6 @@ cc_library {
        "libstagefright_bufferpool@2.0.1",
        "libui",
    ],

    // Device does not boot when global ThinLTO is enabled for this library.
    // http://b/170595429
    lto: {
        never: true,
    },
}


+0 −6
Original line number Diff line number Diff line
@@ -56,12 +56,6 @@ cc_library {
        "libstagefright_bufferpool@2.0.1",
        "libui",
    ],

    // Device does not boot when global ThinLTO is enabled for this library.
    // http://b/170595429
    lto: {
        never: true,
    },
}