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 commitb331e4e254) (cherry picked from commit116be9d69f)
This commit is contained in:
@@ -32,6 +32,7 @@ java_library_host {
|
||||
"auto_service_annotations",
|
||||
"lint_api",
|
||||
],
|
||||
kotlincflags: ["-Xjvm-default=all"],
|
||||
}
|
||||
|
||||
java_test_host {
|
||||
|
||||
@@ -29,6 +29,7 @@ java_library_host {
|
||||
"auto_service_annotations",
|
||||
"lint_api",
|
||||
],
|
||||
kotlincflags: ["-Xjvm-default=all"],
|
||||
}
|
||||
|
||||
java_test_host {
|
||||
|
||||
Reference in New Issue
Block a user