Disable x86 platform for now until we get OpenCV working with it.

This commit is contained in:
Peter Johnson
2016-10-28 00:52:41 -07:00
parent d7efd62511
commit 4eac3fe9a0

View File

@@ -5,7 +5,7 @@ def cameraserverSetupModel = { project ->
if (project.isArm) {
targetPlatform 'arm'
} else {
targetPlatform 'x86'
//targetPlatform 'x86'
targetPlatform 'x64'
}
setupDefines(project, binaries)
@@ -58,7 +58,7 @@ def cameraserverSetupExamplesModel = { project ->
if (project.isArm) {
targetPlatform 'arm'
} else {
targetPlatform 'x86'
//targetPlatform 'x86'
targetPlatform 'x64'
}
setupDefines(project, binaries)
@@ -86,7 +86,7 @@ def cameraserverSetupExamplesModel = { project ->
if (project.isArm) {
targetPlatform 'arm'
} else {
targetPlatform 'x86'
//targetPlatform 'x86'
targetPlatform 'x64'
}
setupDefines(project, binaries)