GloDroidCommunity / raspberry-pi

Android 14 for the Raspberry PI 4 series based on the GloDroid project
Apache License 2.0
28 stars 5 forks source link

soong: cc: Add patch that disables clang-tidy checks #20

Closed rsglobal closed 1 year ago

rsglobal commented 1 year ago

Clang-tity is pointless, time, and energy inefficient to run it globally.

This change reduces full build time by about 15%

mikegapinski commented 1 year ago

I'd give it a spin in the CI pipeline today

mikegapinski commented 1 year ago

@rsglobal

Build time results(build sh + otapackage, no ccache, 7700K, 32GB RAM) Without the patch: 145m; With the patch: 123m;

rsglobal commented 1 year ago

Merged.