|
FreeRDP
|
Functions | |
| get_host_tag_or_die () | |
| get_toolchain_path_or_die (ndk, host_tag) | |
| main () | |
Get the toolchains path
https://proandroiddev.com/tutorial-compile-openssl-to-1-1-1-for-android-application-87137968fee
| toolchains_path.get_host_tag_or_die | ( | ) |
Return the host tag for this platform. Die if not supported.
Definition at line 15 of file toolchains_path.py.
Referenced by main().

| toolchains_path.get_toolchain_path_or_die | ( | ndk, | |
| host_tag | |||
| ) |
Return the toolchain path or die.
Definition at line 29 of file toolchains_path.py.
Referenced by main().

| toolchains_path.main | ( | ) |
Program entry point.
Definition at line 37 of file toolchains_path.py.
References get_host_tag_or_die(), get_toolchain_path_or_die(), and main().
Referenced by main().

