Loading libs/hwui/Android.bp +11 −1 Original line number Diff line number Diff line Loading @@ -251,6 +251,16 @@ cc_library { // Has moderate overhead "hwui_enable_opengl_validation", ], // 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. pgo: { instrumentation: true, profile_file: "hwui/hwui.profdata", benchmarks: ["hwui"], }, } // ------------------------ Loading Loading
libs/hwui/Android.bp +11 −1 Original line number Diff line number Diff line Loading @@ -251,6 +251,16 @@ cc_library { // Has moderate overhead "hwui_enable_opengl_validation", ], // 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. pgo: { instrumentation: true, profile_file: "hwui/hwui.profdata", benchmarks: ["hwui"], }, } // ------------------------ Loading