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

Commit 6ee028f1 authored by Yi Kong's avatar Yi Kong
Browse files

Enable afdo for libutils

Enable PGO (profile guided optimisation) for better performance.

Test: presubmit
Bug: 195134194
Change-Id: If9abecd830573946fc52b28afd7599800367aa09
parent fcf3fefe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -177,6 +177,8 @@ cc_library {
        "//apex_available:platform",
    ],
    min_sdk_version: "apex_inherit",

    afdo: true,
}

cc_library {