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