mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Fix default expected location of local android builds
This commit is contained in:
@@ -272,13 +272,13 @@ ReplayStatus InstallRenderDocServer(const rdcstr &deviceID)
|
||||
|
||||
rdcstr suff = GetPlainABIName(abis[0]);
|
||||
|
||||
paths.push_back(libDir + "/plugins/android/"); // Windows install
|
||||
paths.push_back(libDir + "/../share/renderdoc/plugins/android/"); // Linux install
|
||||
paths.push_back(libDir + "/../plugins/android/"); // macOS install
|
||||
paths.push_back(libDir + "/../../build-android/bin/"); // Local build
|
||||
paths.push_back(libDir + "/../../build-android" + suff + "/bin/"); // Local ABI build
|
||||
paths.push_back(libDir + "/../../../../../build-android/bin/"); // macOS build
|
||||
paths.push_back(libDir + "/../../../../../build-android" + suff + "/bin/"); // macOS ABI build
|
||||
paths.push_back(libDir + "/plugins/android/"); // Windows install
|
||||
paths.push_back(libDir + "/../share/renderdoc/plugins/android/"); // Linux install
|
||||
paths.push_back(libDir + "/../plugins/android/"); // macOS install
|
||||
paths.push_back(libDir + "/../../build-android/bin/"); // Local build
|
||||
paths.push_back(libDir + "/../../build-android-" + suff + "/bin/"); // Local ABI build
|
||||
paths.push_back(libDir + "/../../../../../build-android/bin/"); // macOS build
|
||||
paths.push_back(libDir + "/../../../../../build-android-" + suff + "/bin/"); // macOS ABI build
|
||||
|
||||
// use the first ABI for searching
|
||||
rdcstr apk = GetRenderDocPackageForABI(abis[0]);
|
||||
|
||||
Reference in New Issue
Block a user