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

Commit 764e9170 authored by Zhizhou Yang's avatar Zhizhou Yang Committed by Android (Google) Code Review
Browse files

Merge "Turn off PGO temporarily"

parents 3bfeb1dc ded6035d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -255,11 +255,13 @@ cc_library {
    // Build libhwui with PGO by default.
    // Location of PGO profile data is defined in build/soong/cc/pgo.go
    // and is separate from hwui.
    // To turn it off, set ANDROID_PGO_NO_PROFILE_USE environment variable.
    // To turn it off, set ANDROID_PGO_NO_PROFILE_USE environment variable
    // or set enable_profile_use property to false.
    pgo: {
        instrumentation: true,
        profile_file: "hwui/hwui.profdata",
        benchmarks: ["hwui"],
        enable_profile_use: false,
    },
}