Add -Xjvm-default=all
Android lint is being updated, and now requires
custom detectors to be compiled with -Xjvm-default=all.
This is a cherrypick without the fixes for indentation
errors because lint is not actually run on these older
branches, but the custom detectors are compiled.
Bug: 236431222
Test: Presubmits
Change-Id: Idf5302302496a6dff0f79ced4e20327041ae7a5a
(cherry picked from commit b331e4e254f12c27116f9e0993d64f84a04c0a04)
(cherry picked from commit 116be9d69f32b4c4f9ae880ddedf3e6e91fb5aac)
diff --git a/tools/lint/Android.bp b/tools/lint/Android.bp
index 17547ef..3458359 100644
--- a/tools/lint/Android.bp
+++ b/tools/lint/Android.bp
@@ -29,6 +29,7 @@
"auto_service_annotations",
"lint_api",
],
+ kotlincflags: ["-Xjvm-default=all"],
}
java_test_host {