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

Commit 031a6dfb authored by Cole Faust's avatar Cole Faust Committed by Automerger Merge Worker
Browse files

Disable AndroidFrameworkLintCheckerTest am: 907b32eb

parents ba4078bc 907b32eb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -34,6 +34,12 @@ java_library_host {

java_test_host {
    name: "AndroidFrameworkLintCheckerTest",
    // 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: ["checks/src/test/java/**/*.kt"],
    static_libs: [
        "AndroidFrameworkLintChecker",