Loading services/surfaceflinger/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,10 @@ cc_defaults { thin: true, }, whole_program_vtables: true, // Requires ThinLTO pgo: { sampling: true, profile_file: "surfaceflinger/surfaceflinger.profdata", }, // TODO(b/131771163): Fix broken fuzzer support with LTO. sanitize: { fuzzer: false, Loading Loading
services/surfaceflinger/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,10 @@ cc_defaults { thin: true, }, whole_program_vtables: true, // Requires ThinLTO pgo: { sampling: true, profile_file: "surfaceflinger/surfaceflinger.profdata", }, // TODO(b/131771163): Fix broken fuzzer support with LTO. sanitize: { fuzzer: false, Loading