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

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

Merge "Disable LTO on -eng"

am: 1918b399

Change-Id: I925182b722d7bf6b1bb63c298a8ec9e345f0c4ac
parents 22590b06 1918b399
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,
            },
        },
    },
}