Switches native linux arm build to be nativearm arch (#38)

Fixes gradle bug
This commit is contained in:
Thad House
2017-09-22 09:30:58 -07:00
committed by Peter Johnson
parent 3faecdb353
commit 9fdb33b6af

View File

@@ -212,7 +212,7 @@ if (!project.hasProperty('onlyAthena')) {
exclude << 'gmock'
}
linuxArm(BuildConfig) {
architecture = 'arm'
architecture = 'nativearm'
operatingSystem = 'linux'
compilerArgs = linuxCompilerArgs
linkerArgs = linuxLinkerArgs