Skip to content

Commit

Permalink
pw_bluetooth: Rebase path of emboss_cc_library() input_dirs
Browse files Browse the repository at this point in the history
Change-Id: Ifb2ff2dfe9965bcd0c6ce8d219c9bf9f2acce807
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/143632
Reviewed-by: Ben Lawson <[email protected]>
Commit-Queue: Ali Saeed <[email protected]>
  • Loading branch information
acsaeed authored and CQ Bot Account committed May 1, 2023
1 parent 292b3a6 commit 9c11a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/emboss/build_defs.gni
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ template("emboss_cc_library") {
foreach(dir, invoker.import_dirs) {
args += [
"--import-dir",
dir,
rebase_path(dir, root_build_dir),
]
}
}
Expand Down

0 comments on commit 9c11a8f

Please sign in to comment.