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 b331e4e254)
(cherry picked from commit 116be9d69f)
This commit is contained in:
Cole Faust
2022-07-12 14:53:38 -07:00
parent 251adfb310
commit f3944eb168
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ java_library_host {
"auto_service_annotations",
"lint_api",
],
kotlincflags: ["-Xjvm-default=all"],
}
java_test_host {

View File

@@ -29,6 +29,7 @@ java_library_host {
"auto_service_annotations",
"lint_api",
],
kotlincflags: ["-Xjvm-default=all"],
}
java_test_host {