mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 23:41:02 +08:00
android: use the correct architecture macro
Bug: 912739 Change-Id: Ibc802ca2849ee89bd7965946297f3b0943cabfac Reviewed-on: https://chromium-review.googlesource.com/c/1406867 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
parent
eb3f371879
commit
d079df5587
@ -57,7 +57,7 @@ std::vector<std::string> BuildAppProcessArgs(
|
||||
const std::vector<std::string>& arguments,
|
||||
int socket) {
|
||||
std::vector<std::string> argv;
|
||||
#if defined(ARCH_CPU_64_BIT)
|
||||
#if defined(ARCH_CPU_64_BITS)
|
||||
argv.push_back("/system/bin/app_process64");
|
||||
#else
|
||||
argv.push_back("/system/bin/app_process32");
|
||||
|
Loading…
x
Reference in New Issue
Block a user