Commit 1df9948e authored by Peter Wen's avatar Peter Wen Committed by Chromium LUCI CQ

Android: Bazel desugar only needs interface jars

Found this while working on d8 transition.

Bug: 1015559
Change-Id: I6a28bc6574b0ac95a05213a9aa53393f8b404ec9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2590060
Auto-Submit: Peter Wen <wnwen@chromium.org>
Commit-Queue: Mohamed Heikal <mheikal@chromium.org>
Reviewed-by: default avatarMohamed Heikal <mheikal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836672}
parent ad5ceed9
......@@ -2019,7 +2019,7 @@ if (enable_java_templates) {
# Temporarily using java_full_interface_classpath until classpath validation of targets
# is implemented, see http://crbug.com/885273
"--classpath=@FileArg($_rebased_build_config:deps_info:jetified_full_jar_classpath)",
"--classpath=@FileArg($_rebased_build_config:deps_info:javac_full_interface_classpath)",
"--bootclasspath=@FileArg($_rebased_build_config:android:sdk_interface_jars)",
"--depfile",
rebase_path(depfile, root_build_dir),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment