Disable LTO temporarily for hwui

am: 7184e28b3a

Change-Id: Ie5d0f88bdb8fdc162842b6e79299088b1498f01a
This commit is contained in:
Pirama Arumuga Nainar
2018-03-08 07:42:03 +00:00
committed by android-build-merger

View File

@@ -6,7 +6,10 @@ cc_defaults {
//"hwui_bugreport_font_cache_usage",
//"hwui_compile_for_perf",
"hwui_pgo",
"hwui_lto",
// Disable LTO temporarily. LTO does not seem to interact well with
// PGO profile-file updates and incremental builds in the build
// servers.
// "hwui_lto",
],
cpp_std: "c++17",