1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/buildozer/helpers/avdmanager
2023-03-27 18:25:45 +02:00

5 lines
231 B
Bash
Executable file

#!/bin/sh
# Fake avdmanager. Runs in the context of a python-for-android build.
# (maybe useful in f-droid builds, do not use otherwise)
platforms=$(ls -1 $ANDROIDSDK/platforms
echo $platforms | sed -e "s/android-/\nAPI level: /g"