Loading tools/processors/unsupportedappusage/Android.bp +10 −0 Original line number Diff line number Diff line Loading @@ -11,5 +11,15 @@ java_library_host { "guava", "unsupportedappusage-annotation" ], openjdk9: { javacflags: [ "--add-modules=jdk.compiler", "--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED", "--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED", "--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED", "--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED", ], }, use_tools_jar: true, } Loading
tools/processors/unsupportedappusage/Android.bp +10 −0 Original line number Diff line number Diff line Loading @@ -11,5 +11,15 @@ java_library_host { "guava", "unsupportedappusage-annotation" ], openjdk9: { javacflags: [ "--add-modules=jdk.compiler", "--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED", "--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED", "--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED", "--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED", ], }, use_tools_jar: true, }