Skip to content

Commit

Permalink
Revert "init_first_stage: Disable ThinLTO"
Browse files Browse the repository at this point in the history
This reverts commit 4d6fa8c.

Reason for revert: b/295944813 is fixed

Bug: 304290959
Change-Id: I2d6f5216800d6ee26b25623898836dc216c8be18
Test: adb-remount-test.sh
  • Loading branch information
silverneko authored and Gerrit Code Review committed Oct 11, 2023
1 parent 4d6fa8c commit 1a3dd7e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions init/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,6 @@ init_first_stage_cc_defaults {
],

static_executable: true,
lto: {
// b/169004486 ThinLTO breaks x86 static executables.
never: true,
},
system_shared_libs: [],

cflags: [
Expand Down

0 comments on commit 1a3dd7e

Please sign in to comment.