Skip to content

Commit

Permalink
The copy target does not need compilation artifacts
Browse files Browse the repository at this point in the history
Change-Id: I5f12b98e9027991aece025fa3c8bae18883d505b
  • Loading branch information
oxve committed Oct 3, 2024
1 parent e855dd6 commit 56d9439
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions starboard/build/config/BUILDCONFIG.gn
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,6 @@ template("evergreen_loader") {
installable_target_name = original_target_name + "_evergreen_loader"
type = "shared_library"
deps = []
if (defined(invoker.deps)) {
deps += invoker.deps
}
foreach(dep, shared_data_deps) {
deps += [ "${dep}_install_content" ]
}
Expand Down

0 comments on commit 56d9439

Please sign in to comment.