From 85e500d79e4909f9c21fe5bcd4807deba94e0e8a Mon Sep 17 00:00:00 2001 From: mattgilbride Date: Fri, 9 Dec 2022 17:02:38 +0000 Subject: [PATCH] Disable AndroidGlobalLintCheckerTest Accidentally enabled with I12cb46cb771e65600a9daf3efce199fd9311a53b, but will not yet work if ran via atest. Bug: 240445172 Test: TH Change-Id: I48eed3c10721deacd5b7b627e033b4a3e1510756 --- tools/lint/global/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lint/global/Android.bp b/tools/lint/global/Android.bp index 4a42c09ab4e58..3756abea23301 100644 --- a/tools/lint/global/Android.bp +++ b/tools/lint/global/Android.bp @@ -43,7 +43,7 @@ java_test_host { // 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, + enabled: false, srcs: ["checks/src/test/java/**/*.kt"], static_libs: [ "AndroidGlobalLintChecker",