From 92c4c49b010771e49c783a766287e7a2263df843 Mon Sep 17 00:00:00 2001 From: Thad House Date: Sun, 13 Aug 2017 15:41:59 -0700 Subject: [PATCH] Removes the custom platform include flag (#224) Was replaced by #222 --- build.gradle | 1 - 1 file changed, 1 deletion(-) 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 }