Where can I find checkstyle config for Android Coding Style?

Max Romanovsky picture Max Romanovsky · Feb 18, 2012 · Viewed 18.4k times · Source

There are Coding Conventions for Android. They include some stuff like naming conventions that can be checked using checkstyle.

I've found some config for checkstyle: http://ksoichiro.blogspot.com/2011/05/android-checkstyle.html

But I want to ask if there is some more complete config for checkstyle. Maybe Google provide some official checkstyle config?