Skip to content

Commit

Permalink
fix(qsync): Fix build_dependencies after AOSP merge (#7027)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Pasternak authored Nov 20, 2024
1 parent 0b344fb commit 2fe3f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aspect/build_dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ def _target_within_project_scope(label, include, exclude):
repo = _get_repo_name(label)
package = label.package
result = False
if repo != "":
return False # We don't support external includes, so all external repos are outside the project scope
if include:
for inc in include.split(","):
# This is not a valid label, but can be passed to aspect when `directories: .` is set in the projectview
Expand Down

0 comments on commit 2fe3f55

Please sign in to comment.