FreeRDP
|
Functions | |
def | get_host_tag_or_die () |
def | get_toolchain_path_or_die (ndk, host_tag) |
def | main () |
Get the toolchains path https://proandroiddev.com/tutorial-compile-openssl-to-1-1-1-for-android-application-87137968fee
def 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().
def 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().
def toolchains_path.main | ( | ) |
Program entry point.
Definition at line 37 of file toolchains_path.py.
References get_host_tag_or_die(), and get_toolchain_path_or_die().