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

Commit a01d93b7 authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Merge "libgui: Enable PGO" am: 48df445c am: dd4b815f am: 5886c71b

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0db0ad6d36c64c54c0888da834f7964a4987ddae
parents a0b1e44a 5886c71b
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -143,7 +143,12 @@ cc_library_shared {


    aidl: {
    aidl: {
        export_aidl_headers: true,
        export_aidl_headers: true,
    }
    },

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


// Used by media codec services exclusively as a static lib for
// Used by media codec services exclusively as a static lib for