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

Commit d1edb8cd authored by Yi Kong's avatar Yi Kong
Browse files

Re-enable LTO for libcodec2_hidl_client

The breakage is fixed by aosp/2661935, the workaround is no longer needed.

Test: boot panther
Bug: http://b/170595429
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:7bf3411de0b1651c1033c9c14bbc0a7e7d95b733)
Merged-In: Ia865c9ead60798bd91f2ad89d95b8a310546a665
Change-Id: Ia865c9ead60798bd91f2ad89d95b8a310546a665
parent d8287424
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,
    },
}