mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
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:
parent
93b1271e1b
commit
20294e79cc
@ -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",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user