Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fbd3eb1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Export javac classes" into main am: aaee6ced

parents c7dd11a0 aaee6ced
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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",
    ],