We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae550b8 + 222acba commit 8324f8bCopy full SHA for 8324f8b
rules/private/phases/phase_semanticdb.bzl
@@ -15,7 +15,7 @@ def _semanticdb_directory_from_file(file):
15
nested function closure by default.
16
"""
17
18
- return "{}/{}".format(file.root.path, file.short_path[:file.short_path.find("META-INF") - 1])
+ return file.path[:file.path.find("META-INF") - 1]
19
20
#
21
# PHASE: semanticdb
0 commit comments