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

Commit eb39ed52 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Turn on PGO for libui" am: 882ddede am: a047eb80 am: d5459d25 am: a874e860

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1909052

Change-Id: Ib7700cf3ab23898ec78ebe86baf16f91ae1c687b
parents 76ecaa7b a874e860
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -225,6 +225,11 @@ cc_library_shared {
        "libui_headers",
    ],
    min_sdk_version: "29",

    pgo: {
        sampling: true,
        profile_file: "libui/libui.profdata",
    },
}

cc_library_headers {