Skip to content

Commit

Permalink
core/jni/libandroid_runtime: Use ThinLTO
Browse files Browse the repository at this point in the history
Partial revert of cd1e70b

There is no longer a build break here, this was only needed on R.

Change-Id: Ic0541ed792ab1b658810ef32c9b5bf278ec62540
  • Loading branch information
RealJohnGalt authored and Pascoato committed Jun 2, 2024
1 parent 51d70be commit 1279fe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/jni/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,7 @@ cc_library_shared {
},
},

// Workaround Clang LTO crash.
lto: {
never: true,
thin: true,
},
}

0 comments on commit 1279fe7

Please sign in to comment.