mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-24 08:21:35 +00:00
Move android support files into /plugins/android/ in the build
* We also don't copy out of the android SDK anymore as that has a licensing impact. Instead we ship our own builds from a local AOSP checkout, the same way as other plugins.
This commit is contained in:
@@ -193,7 +193,7 @@ std::string getToolPath(ToolDir subdir, const std::string &toolname, bool checkE
|
||||
FileIO::GetExecutableFilename(exepath);
|
||||
std::string exedir = dirname(FileIO::GetFullPathname(exepath));
|
||||
|
||||
toolpath = exedir + "/android/" + toolname;
|
||||
toolpath = exedir + "/plugins/android/" + toolname;
|
||||
if(toolExists(toolpath))
|
||||
return toolpath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user