mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
5 lines
231 B
Bash
Executable file
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"
|