Skip to content

Commit 0efee51

Browse files
committed
fixup! docs: generate adev-compatible api json
1 parent 6cbeb6a commit 0efee51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/adev-api-extraction/extract_api_to_json.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _extract_api_to_json(ctx):
5353
outputs = [json_output],
5454
arguments = [args],
5555
env = {
56-
"BAZEL_BINDIR": ctx.bin_dir.path,
56+
"BAZEL_BINDIR": ".",
5757
},
5858
)
5959

0 commit comments

Comments
 (0)