FreeRDP
toolchains_path Namespace Reference

Functions

def get_host_tag_or_die ()
 
def get_toolchain_path_or_die (ndk, host_tag)
 
def main ()
 

Detailed Description

    Get the toolchains path
    https://proandroiddev.com/tutorial-compile-openssl-to-1-1-1-for-android-application-87137968fee

Function Documentation

◆ get_host_tag_or_die()

def toolchains_path.get_host_tag_or_die ( )
Return the host tag for this platform. Die if not supported.
Here is the caller graph for this function:

◆ get_toolchain_path_or_die()

def toolchains_path.get_toolchain_path_or_die (   ndk,
  host_tag 
)
Return the toolchain path or die.
Here is the caller graph for this function:

◆ main()

def toolchains_path.main ( )
Program entry point.
Here is the call graph for this function: