Add filepath to qModuleInfo packet
The file path is currently required on android because the executable only contain the name of the system libraries without their path. This CL add an extra field to the qModuleInfo packet to return the full path of a module and add logic to locate a shared module on android.