summaryrefslogtreecommitdiff
path: root/src/android/app/build.gradle.kts
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-06-13 19:04:10 -0400
committerCharles Lombardo <clombardo169@gmail.com>2023-06-15 22:19:58 -0400
commita29fa119e0b733020e685dcfed4f9abe39d09abb (patch)
treeb5c6f8ee31c679e2c1ad1e87b203dfa30c4c6f59 /src/android/app/build.gradle.kts
parent9a04793ae865b7dba009d3133950636eb7ede845 (diff)
android: Enable android linting
Diffstat (limited to 'src/android/app/build.gradle.kts')
-rw-r--r--src/android/app/build.gradle.kts10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index a637db78a..cb5f8b60c 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -44,16 +44,6 @@ android {
jniLibs.useLegacyPackaging = true
}
- lint {
- // 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
-
- //Uncomment disable lines for test builds...
- //disable 'MissingTranslation'bin
- //disable 'ExtraTranslation'
- }
-
defaultConfig {
// TODO If this is ever modified, change application_id in strings.xml
applicationId = "org.yuzu.yuzu_emu"