mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 06:31:50 +08:00
Add support for linux-arm64
To support linux-arm64 build hosts, use an appropraite build of gn on those systems. To support linux-arm64 targets, this also updates mini_chromium to 2035d204bd0f812ac95a1ed72038e6bdbcfce4a2: 2035d204bd0f Add support for linux-arm64 Change-Id: I04139d9136d36fcb0a15aee2ce0694909d44ae95 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/4760265 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
parent
343aa69084
commit
77c1ad28d4
4
DEPS
4
DEPS
@ -47,7 +47,7 @@ deps = {
|
||||
'9719c1e1e676814c456b55f5f070eabad6709d31',
|
||||
'crashpad/third_party/mini_chromium/mini_chromium':
|
||||
Var('chromium_git') + '/chromium/mini_chromium@' +
|
||||
'd1baeddcb8de15654e427e8c86a4c7c7add0e731',
|
||||
'2035d204bd0f812ac95a1ed72038e6bdbcfce4a2',
|
||||
'crashpad/third_party/libfuzzer/src':
|
||||
Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git@' +
|
||||
'fda403cf93ecb8792cb1d061564d89a6553ca020',
|
||||
@ -59,7 +59,7 @@ deps = {
|
||||
'buildtools/linux64': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'gn/gn/linux-amd64',
|
||||
'package': 'gn/gn/linux-${{arch}}',
|
||||
'version': Var('gn_version'),
|
||||
}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user