mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-19 18:03:47 +00: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
|
# installer will ignore files not named like a shared object, so give the
|
||||||
# handler executable an acceptable name.
|
# handler executable an acceptable name.
|
||||||
if (crashpad_is_android) {
|
if (crashpad_is_android) {
|
||||||
copy("crashpad_handler_module") {
|
copy("crashpad_handler_named_as_so") {
|
||||||
deps = [
|
deps = [
|
||||||
":crashpad_handler",
|
":crashpad_handler",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user