Skip to content

ChronoMonochrome/warn2silence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

warn2silence

Turn Clang errors off in Android builds

This script parses Android build log for the Clang errors and tries to produce a diff file to turn these errors off, on a per-file basis.

HowTo:

At the top of the Android source run:

source build/envsetup.sh
python warn2silence.py build_log.txt

If everything is ok, a file containing diffs will be generated. I can be used to patch the sources as follows:

patch -pX -i err.diff

About

Turn Clang errors off in Android builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages