Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-maxwellelliott committed Jul 29, 2024
1 parent 64b3ae2 commit 3893679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class BazelQueryService(

suspend fun query(
query: String,
useCquery: Boolean = false
useCquery: Boolean = false)
: List<Build.Target> {
// Unfortunately, there is still no direct way to tell if a target is compatible or not with the proto output
// by itself. So we do an extra cquery with the trick at
Expand Down

0 comments on commit 3893679

Please sign in to comment.