android: Rename crashpad_handler_module target

Targets suffixed with "_module" are now treated specially in chromium
as dynamic feature modules.

Bug: crashpad:30
Change-Id: I9682a76a0e0fae993bbe7454c49a44ada6c4165b
Reviewed-on: https://chromium-review.googlesource.com/1150851
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
Joshua Peraza 2018-07-25 16:31:30 -07:00 committed by Commit Bot
parent 93b1271e1b
commit 20294e79cc

View File

@ -165,7 +165,7 @@ crashpad_executable("crashpad_handler") {
# installer will ignore files not named like a shared object, so give the
# handler executable an acceptable name.
if (crashpad_is_android) {
copy("crashpad_handler_module") {
copy("crashpad_handler_named_as_so") {
deps = [
":crashpad_handler",
]