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

Commit 907b32eb authored by Cole Faust's avatar Cole Faust
Browse files

Disable AndroidFrameworkLintCheckerTest

Andorid 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: Idc85e23438c1c5b1e7862312298e14e96cf2213e
parent f3944eb1
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",