Skip to content
Snippets Groups Projects
Commit 37ed0020 authored by Yi Kong's avatar Yi Kong
Browse files

Re-enable ThinLTO for libmedia_jni and libaudioeffect_jni

This partially reverts commit cd1e70b8.

Breakages are fixed in the current stable Clang.

Test: presubmit
Bug: 169004486
Change-Id: I545553eccf9ed83864158087c5746923c3d452d5
parent 0e28d56b
No related branches found
No related tags found
No related merge requests found
......@@ -122,11 +122,6 @@ cc_library_shared {
"-Wunused",
"-Wunreachable-code",
],
// Workaround Clang LTO crash.
lto: {
never: true,
},
}
cc_library_shared {
......
......@@ -44,9 +44,4 @@ cc_library_shared {
"-Wunreachable-code",
"-DANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION",
],
// Workaround Clang LTO crash.
lto: {
never: true,
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment