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:
baldurk
2018-01-26 18:54:17 +00:00
parent 077402bf11
commit ec7b2807d0
14 changed files with 256 additions and 201 deletions
@@ -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);
}