Loading services/surfaceflinger/Android.bp +3 −6 Original line number Original line Diff line number Diff line Loading @@ -101,7 +101,7 @@ cc_defaults { // TODO (marissaw): this library is not used by surfaceflinger. This is here so // TODO (marissaw): this library is not used by surfaceflinger. This is here so // the library compiled in a way that is accessible to system partition when running // the library compiled in a way that is accessible to system partition when running // IMapper's VTS. // IMapper's VTS. required: ["libgralloctypes"] required: ["libgralloctypes"], } } cc_defaults { cc_defaults { Loading @@ -114,10 +114,7 @@ cc_defaults { thin: true, thin: true, }, }, whole_program_vtables: true, // Requires ThinLTO whole_program_vtables: true, // Requires ThinLTO pgo: { afdo: true, sampling: true, profile_file: "surfaceflinger/surfaceflinger.profdata", }, // TODO(b/131771163): Fix broken fuzzer support with LTO. // TODO(b/131771163): Fix broken fuzzer support with LTO. sanitize: { sanitize: { fuzzer: false, fuzzer: false, Loading Loading
services/surfaceflinger/Android.bp +3 −6 Original line number Original line Diff line number Diff line Loading @@ -101,7 +101,7 @@ cc_defaults { // TODO (marissaw): this library is not used by surfaceflinger. This is here so // TODO (marissaw): this library is not used by surfaceflinger. This is here so // the library compiled in a way that is accessible to system partition when running // the library compiled in a way that is accessible to system partition when running // IMapper's VTS. // IMapper's VTS. required: ["libgralloctypes"] required: ["libgralloctypes"], } } cc_defaults { cc_defaults { Loading @@ -114,10 +114,7 @@ cc_defaults { thin: true, thin: true, }, }, whole_program_vtables: true, // Requires ThinLTO whole_program_vtables: true, // Requires ThinLTO pgo: { afdo: true, sampling: true, profile_file: "surfaceflinger/surfaceflinger.profdata", }, // TODO(b/131771163): Fix broken fuzzer support with LTO. // TODO(b/131771163): Fix broken fuzzer support with LTO. sanitize: { sanitize: { fuzzer: false, fuzzer: false, Loading