Skip to content

Commit

Permalink
Move lz4_compress to Starboard
Browse files Browse the repository at this point in the history
Removes reverse dependency from Starboard to Cobalt

b/364421874
  • Loading branch information
kaidokert committed Sep 4, 2024
1 parent c21c5d0 commit eaf0516
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/evergreen/shared/lz4_compress_install_target.gni
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ template("lz4_compress_install_target") {
"install_target_name",
])

tool = "//cobalt/tools/lz4_compress"
tool = "//starboard/tools/lz4_compress"

outputs = [ "$sb_install_output_dir/$install_subdir/$dest_name" ]

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit eaf0516

Please sign in to comment.