Skip to content

Commit

Permalink
Use toolchain defined in starboard path (#3763)
Browse files Browse the repository at this point in the history
This prevents the duplication of native_target toolchain if it's defined
in both path android/arm/toolchain and $starboard_path/toolchain

b/291130824
  • Loading branch information
Rongo-JL authored Jul 8, 2024
1 parent fae6c9e commit dfd6db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/loader_app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if (sb_is_evergreen_compatible && sb_evergreen_compatible_package &&
install_content = true
sources = [ "$root_out_dir/native_target/crashpad_handler" ]
outputs = [ "$root_out_dir/libcrashpad_handler.so" ]
deps = [ "//third_party/crashpad/crashpad/handler:crashpad_handler(//starboard/android/arm/toolchain:native_target)" ]
deps = [ "//third_party/crashpad/crashpad/handler:crashpad_handler(//$starboard_path/toolchain:native_target)" ]
}
}

Expand Down

0 comments on commit dfd6db9

Please sign in to comment.