]>
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()
15 if machine
in mapping
:
16 return mapping
[machine
]
17 raise ValueError("platform.machine '" + machine
+ "'"
18 " architecture is not supported")