]>
glassweightruler.freedombox.rocks Git - waydroid.git/blob - tools/helpers/arch.py
1 # Copyright 2021 Oliver Smith
2 # SPDX-License-Identifier: GPL-3.0-or-later
6 machine
= platform
.machine()
14 if machine
in mapping
:
15 return mapping
[machine
]
16 raise ValueError("platform.machine '" + machine
+ "'"
17 " architecture is not supported")