Allow machines that don't report android version to get work if

min_android_version in plan class <= 0
This commit is contained in:
Eric J Korpela 2015-05-12 09:30:43 -07:00
parent b9cd078dd7
commit 83e832c328
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ bool PLAN_CLASS_SPEC::check(SCHEDULER_REQUEST& sreq, HOST_USAGE& hu) {
sreq.host.os_version
);
}
return false;
if (min_android_version>0) return false;
}
if (min_android_version && (host_android_version < min_android_version)) {
if (config.debug_version_select) {