Skip to content

Commit 8c59da1

Browse files
committed
netsim: update out_dir name.
link_layer_packets.rs was a confusing name for the output directory. Change it to libnetsim_packets_out_dir.
1 parent aa499e5 commit 8c59da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/cvd/BUILD.android_tools_netsim.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ collect_files_in_dir(
5050
":netsim_netlink_rust_gen",
5151
"@rootcanal//packets:link_layer_packets_rs",
5252
],
53-
out = "link_layer_packets.rs",
53+
out = "libnetsim_packets_out_dir",
5454
)
5555

5656
rust_library(

0 commit comments

Comments
 (0)