Disable AndroidFrameworkLintCheckerTest

Android lint was updated, and now includes some
prebuilt classes compiled for java 15. The soong
build doesn't support java 15 yet, so we can't have
modules that compile against lint right now.

Bug: 239881504
Bug: 236431222
Test: Presubmits
Change-Id: I63ede36527db077c38fc52b10c31cdec18a619c1
This commit is contained in:
Cole Faust
2022-07-22 13:17:07 -07:00
parent 907b32ebdc
commit a130a23815

View File

@@ -37,6 +37,12 @@ java_library_host {
java_test_host {
name: "SystemUILintCheckerTest",
// TODO(b/239881504): Since this test was written, Android
// Lint was updated, and now includes classes that were
// compiled for java 15. The soong build doesn't support
// java 15 yet, so we can't compile against "lint". Disable
// the test until java 15 is supported.
enabled: false,
srcs: [
"tests/**/*.kt",
"tests/**/*.java",