mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Build each architecture into its own APK
* This means we can have all the architectures we care about installed, and load the right library regardless of what the app does.
This commit is contained in:
@@ -236,7 +236,7 @@ void PersistantConfig::AddAndroidHosts()
|
||||
RENDERDOC_GetAndroidFriendlyName(hostName.toUtf8().data(), friendly);
|
||||
host->friendlyName = friendly;
|
||||
// Just a command to display in the GUI and allow Launch() to be called.
|
||||
host->runCommand = lit("org.renderdoc.renderdoccmd");
|
||||
host->runCommand = lit("Automatically handled");
|
||||
RemoteHosts.push_back(host);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user