diff --git a/Source/Android/build.gradle b/Source/Android/build.gradle index 9c2fc82e8eac..df7aafc266a0 100644 --- a/Source/Android/build.gradle +++ b/Source/Android/build.gradle @@ -29,6 +29,12 @@ android { compileTask -> compileTask.dependsOn(nativeLibsToJar) } + lintOptions { + // This is important as it will run lint but not abort on error + // Lint has some overly obnoxious "errors" that should really be warnings + abortOnError false + } + sourceSets { main { manifest.srcFile 'AndroidManifest.xml'