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

Commit 2cf984c3 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by android-build-merger
Browse files

Disable LTO temporarily for hwui am: 7184e28b

am: 63ac5a77

Change-Id: I9484359c3db393b32ee9b747ec543bfd641e2cb8
parents 100ec965 63ac5a77
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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",