Skip to content

Commit

Permalink
Add explicit crashpad dependecy to android apk
Browse files Browse the repository at this point in the history
Change-Id: I3c5b13a3d8fad52175c91f8923ff6dd83f94c946
  • Loading branch information
oxve committed Jun 20, 2024
1 parent 37139ad commit b53dae2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions starboard/android/shared/install_target.gni
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ template("install_target") {
deps = invoker.deps
deps += [ ":$installable_target_name" ]

# The gradle build expects libcrashpad_handler.so to be present in the out directory.
if (sb_is_evergreen_compatible) {
deps += [ "//starboard/loader_app:copy_crashpad_handler_named_as_so" ]
}

if (is_gold) {
gradle_build_type = "release"
} else {
Expand Down

0 comments on commit b53dae2

Please sign in to comment.