Stop disabling InvalidPackage now we're on JUnit 4.13

PiperOrigin-RevId: 283995105
This commit is contained in:
ibaker 2019-12-05 17:53:55 +00:00 committed by Oliver Woodman
parent cad2fe3955
commit 32f02107b4

View File

@ -27,13 +27,6 @@ android {
targetSdkVersion project.ext.targetSdkVersion
}
lintOptions {
// Truth depends on JUnit, which depends on java.lang.management, which
// is not part of Android. Remove this when JUnit 4.13 or later is used.
// See: https://github.com/junit-team/junit4/pull/1187.
disable 'InvalidPackage'
}
testOptions.unitTests.includeAndroidResources = true
}