Merging //UE4/Dev-Main to Dev-Build (//UE4/Dev-Build)

#rb none
#rnx

[CL 4830875 by Ben Marsh in Dev-Build branch]
This commit is contained in:
Ben Marsh
2019-01-29 08:56:46 -05:00
parent 5cbb18a224
commit 84420696fe
1410 changed files with 51199 additions and 71735 deletions

View File

@@ -310,8 +310,9 @@ private:
}
else
{
// grab the Android version
const FString AndroidVersionCommand = FString::Printf(TEXT("-s %s %s ro.build.version.release"), *NewDeviceInfo.SerialNumber, *GetPropCommand);
// grab the Lumin/Android version
const FString AndroidVersionCommand = bForLumin ? FString::Printf(TEXT("%s ro.build.id"), *GetPropCommand) :
FString::Printf(TEXT("-s %s %s ro.build.version.release"), *NewDeviceInfo.SerialNumber, *GetPropCommand);
if (!ExecuteAdbCommand(*AndroidVersionCommand, &NewDeviceInfo.HumanAndroidVersion, nullptr))
{
continue;