Merge "Disable LTO on -eng"
This commit is contained in:
@@ -43,6 +43,11 @@ cc_defaults {
|
||||
device_uses_hwc2: {
|
||||
cflags: ["-DUSE_HWC2"],
|
||||
},
|
||||
eng: {
|
||||
lto: {
|
||||
never: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user