Merge "Disable AndroidFrameworkLintCheckerTest" into stage-aosp-master

This commit is contained in:
Cole Faust
2022-07-25 18:58:02 +00:00
committed by Android (Google) Code Review

View File

@@ -37,6 +37,12 @@ java_library_host {
java_test_host { java_test_host {
name: "SystemUILintCheckerTest", 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: [ srcs: [
"tests/**/*.kt", "tests/**/*.kt",
"tests/**/*.java", "tests/**/*.java",