Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 646b04e9 authored by Cole Faust's avatar Cole Faust Committed by Android (Google) Code Review
Browse files

Merge "Disable AndroidFrameworkLintCheckerTest" into stage-aosp-master

parents faef3a82 a130a238
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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",