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

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

Merge "Merge "Disable LTO on -eng" am: 1918b399 am: af3e7633" into pi-dev-plus-aosp

am: 7ac9ac56

Change-Id: I7b048d8897006ba3e0772a9c6e60ecfed0cbe2a8
parents 78c1e790 7ac9ac56
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,
            },
        },
    },
}