Found out the problem with lint failing was really...
# android
k
Found out the problem with lint failing was really because of retrolambda. There's an issue filed against it with a workaround that replaces the version of Lombok in the android tools with another one that converts lambdas to statements to keep lint happy but it doesn't work in this project for some reason. Just FYI in case you're on a mixed retrolambda project...