Skip to content

Commit

Permalink
Cherry pick PR #3763: Use toolchain defined in starboard path (#3796)
Browse files Browse the repository at this point in the history
Refer to the original PR: #3763

This prevents the duplication of native_target toolchain if it's defined
in both path android/arm/toolchain and $starboard_path/toolchain

b/291130824

---------

Co-authored-by: Rongo Li <[email protected]>
Co-authored-by: Kaido Kert <[email protected]>
  • Loading branch information
3 people committed Jul 10, 2024
1 parent 5d3f4e1 commit 10b28bf
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/handler:crashpad_handler(//starboard/android/arm/toolchain:native_target)" ]
deps = [ "//third_party/crashpad/handler:crashpad_handler(//$starboard_path/toolchain:native_target)" ]
}
}

Expand Down

0 comments on commit 10b28bf

Please sign in to comment.