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

Commit 888f7338 authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Disable LTO on -eng" am: 1918b399

am: af3e7633

Change-Id: I5146424fc06ad7c62088a0ac6f957e0a02b0ec66
parents a35f24bc af3e7633
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,11 @@ cc_defaults {
        device_uses_hwc2: {
            cflags: ["-DUSE_HWC2"],
        },
        eng: {
            lto: {
                never: true,
            },
        },
    },
}