Removes the custom platform include flag (#224)

Was replaced by #222
This commit is contained in:
Thad House
2017-08-13 15:41:59 -07:00
committed by Peter Johnson
parent 9e4dc235d7
commit 92c4c49b01

View File

@@ -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
}