Add stdcpp NDK paths to soLibSearchPath

It's useful when the application uses std::abort & co to get
a useful callstack.

Change-Id: I805478333bac3eba21db158df52942599a80c088
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
BogDan Vatra
2018-03-17 09:37:58 +02:00
parent 2e25ce32cb
commit aa2ea72679
4 changed files with 29 additions and 14 deletions

View File

@@ -30,7 +30,7 @@
#include <projectexplorer/target.h>
Utils::FileName Android::AndroidQtSupport::apkPath(ProjectExplorer::Target *target) const
Utils::FileName Android::AndroidQtSupport::apkPath(const ProjectExplorer::Target *target) const
{
if (!target)
return Utils::FileName();