Skip to content

Commit

Permalink
Set elf_loader_test to starboard toolchain
Browse files Browse the repository at this point in the history
This target is only expected to be built with system/Starboard
toolchain.

b/300122871
  • Loading branch information
kaidokert committed Jan 10, 2024
1 parent fc372aa commit 4f3c7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starboard/elf_loader/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ if (sb_is_evergreen_compatible) {
}

# TODO: b/309493306 - Stop building evergreen targets for all non-evergreen platforms.
if (!is_host_win) {
target(gtest_target_type, "elf_loader_test") {
if (current_toolchain == starboard_toolchain && !is_host_win) {
target(starboard_level_gtest_target_type, "elf_loader_test") {
testonly = true
sources = [ "//starboard/common/test_main.cc" ]
deps = [
Expand Down

0 comments on commit 4f3c7b9

Please sign in to comment.