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

Commit 5bde9ca7 authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Re-enable LTO for libcodec2_hidl_client am: f9c22189

parents 4d246114 f9c22189
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,
    },
}