Loading errorprone/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,14 @@ java_library_host { "//external/auto:auto_service_annotations", ], javacflags: [ // These exports are needed because this errorprone plugin access some private classes // of the java compiler. "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED", "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED", "--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED", ], plugins: [ "//external/auto:auto_service_plugin", ], Loading Loading
errorprone/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,14 @@ java_library_host { "//external/auto:auto_service_annotations", ], javacflags: [ // These exports are needed because this errorprone plugin access some private classes // of the java compiler. "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED", "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED", "--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED", ], plugins: [ "//external/auto:auto_service_plugin", ], Loading