commit | 843c69db620a14632bf23b46113f278c2562af2f | [log] [tgz] |
---|---|---|
author | Shai Barack <shayba@google.com> | Sun Jun 13 12:16:01 2021 -0700 |
committer | Shai Barack <shayba@google.com> | Sun Jun 13 21:38:49 2021 +0000 |
tree | cb3dab88afc6d0455f7af33b648d75797ede663c | |
parent | cd9b41090dc241caf0892c3647213a512bcfdc73 [diff] |
[cmc] Rebase include paths to // See bug for context. Made with: find . -type f \( -iname \*.cml -o -iname \*.cmx -o -iname \*.md \) | xargs sed -i 's|"\(\S*\.shard\.cm[lx]"\)|"//\1|g' Bug: 78683 Change-Id: Ic254bf87f179f22f2186a6eb2440155a6a419c96 Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/iperf/+/542706 Reviewed-by: Jay Zhuang <jayzhuang@google.com>
diff --git a/meta/iperf3.cmx b/meta/iperf3.cmx index a895092..c9de45d 100644 --- a/meta/iperf3.cmx +++ b/meta/iperf3.cmx
@@ -1,6 +1,6 @@ { "include": [ - "sdk/lib/diagnostics/syslog/client.shard.cmx" + "//sdk/lib/diagnostics/syslog/client.shard.cmx" ], "program": { "binary": "bin/iperf3"