Saturday, 21 January 2023

How to enable static code analysis in AOSP development

I want to integrate some code style checker(formatter) tools or lint to do static code analysis on AOSP during development. I believe this can be done in the building process. I'm curious is there anything I can integrate into the AOSP building process for those checks?

Or does it already exist in the building process? If so, can I configure the check rules?

Any docs/ wikis or instructions are appreciated.



from How to enable static code analysis in AOSP development

No comments:

Post a Comment