diff --git a/build.gradle b/build.gradle index 37805cadea..0055c479e8 100644 --- a/build.gradle +++ b/build.gradle @@ -210,7 +210,6 @@ model { if (it.component.testedComponent.name.contains('TestingBase') && !project.hasProperty('onlyAthena')) { lib project: ':gmock', library: 'gmock', linkage: 'static' lib library: 'ntcore', linkage: 'shared' - NativeUtils.setPlatformSpecificIncludeFlag("${rootDir}/src/main/native/cpp".toString(), cppCompiler) } else { it.buildable = false }