Skip to content

Commit e01e553

Browse files
dwrobeltomasz-karczewski-red
authored andcommitted
Revert "Add support of cross-building the engine for ARM64 Linux Host (flutter#20254)"
TK MERGES This reverts commit 101d85a.
1 parent b48ef20 commit e01e553

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

AUTHORS

-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ Simon Lightfoot <[email protected]>
1515
Dwayne Slater <[email protected]>
1616
Tetsuhiro Ueda <[email protected]>
1717
shoryukenn <[email protected]>
18-
SOTEC GmbH & Co. KG <[email protected]>
19-
Hidenori Matsubayashi <[email protected]>
2018
Sarbagya Dhaubanjar <[email protected]>
2119
Callum Moffat <[email protected]>

DEPS

+12-11
Original file line numberDiff line numberDiff line change
@@ -677,25 +677,26 @@ hooks = [
677677
],
678678
},
679679
{
680-
'name': 'linux_sysroot_x64',
680+
'name': 'linux_sysroot',
681681
'pattern': '.',
682682
'condition': 'download_linux_deps',
683683
'action': [
684684
'python',
685685
'src/build/linux/sysroot_scripts/install-sysroot.py',
686686
'--arch=x64'],
687687
},
688+
# xaxa {
689+
# 'name': 'linux_sysroot_arm64',
690+
# 'pattern': '.',
691+
# 'condition': 'download_linux_deps',
692+
# 'action': [
693+
# 'python',
694+
# 'src/build/linux/sysroot_scripts/install-sysroot.py',
695+
# '--arch=arm64'],
696+
# xaxa },
688697
{
689-
'name': 'linux_sysroot_arm64',
690-
'pattern': '.',
691-
'condition': 'download_linux_deps',
692-
'action': [
693-
'python',
694-
'src/build/linux/sysroot_scripts/install-sysroot.py',
695-
'--arch=arm64'],
696-
},
697-
{
698-
'name': 'pub get --offline',
698+
# xaxa 'name': 'pub get --offline',
699+
'name': 'dart package config',
699700
'pattern': '.',
700701
'action': [
701702
'python',

0 commit comments

Comments
 (0)