| Index: build/linux/sysroot_scripts/install-sysroot.py
|
| diff --git a/build/linux/sysroot_scripts/install-sysroot.py b/build/linux/sysroot_scripts/install-sysroot.py
|
| index b8e430073cf78ea722e366fe2fa36785cbda866e..39b93c698492e2a609ece9e89d73d7e64cf328cb 100755
|
| --- a/build/linux/sysroot_scripts/install-sysroot.py
|
| +++ b/build/linux/sysroot_scripts/install-sysroot.py
|
| @@ -107,8 +107,6 @@ def DetectTargetArch():
|
| return 'arm64'
|
| elif target_arch == 'mipsel':
|
| return 'mips'
|
| - elif target_arch:
|
| - raise Error('Unrecognized target_arch: %s' % target_arch)
|
|
|
| return None
|
|
|
|
|