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

Commit 608df24e authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by Automerger Merge Worker
Browse files

[libbinder] Disable Sampling PGO for x86, x86_64 am: 7bf165ab

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

Change-Id: I99c0f48c58c57f976e2c85eefea78f41d081c9cc
parents ab39221f 7bf165ab
Loading
Loading
Loading
Loading
+14 −5
Original line number Diff line number Diff line
@@ -135,6 +135,20 @@ cc_library {
                enabled: false,
            },
        },
        android_arm64: {
            // b/189438896 Sampling PGO restricted to arm64, arm32 in sc-dev
            pgo: {
                sampling: true,
                profile_file: "libbinder/libbinder.profdata",
            },
        },
        android_arm: {
            // b/189438896 Sampling PGO restricted to arm64, arm32 in sc-dev
            pgo: {
                sampling: true,
                profile_file: "libbinder/libbinder.profdata",
            },
        },
        vendor: {
            exclude_srcs: libbinder_device_interface_sources,
        },
@@ -206,11 +220,6 @@ cc_library {
        "performance*",
        "portability*",
    ],

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

// AIDL interface between libbinder and framework.jar