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

Commit f17efd09 authored by Yi Kong's avatar Yi Kong
Browse files

Turn on LTO optmisations for libbinder

This improves app launch performance by 0.13%.

http://go/art-benchmark?p=BootImageProfileId:36062

Test: presubmit
Change-Id: If438da2f0a814e951687b50e46187bbf450a7629
parent 1c49d5e7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -190,6 +190,9 @@ cc_defaults {
        "-performance-move-const-arg", // b/273486801
        "portability*",
    ],
    lto: {
        thin: true,
    },
}

cc_library_headers {