From 2958fc53d7c4732c45e08c60a26132eed78a1dbc Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Wed, 13 Jul 2016 17:22:49 +0200 Subject: [PATCH] Disable buildNativeProjects --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 168ac64fd..dc9c10058 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ jmeVersionTagID = 0 buildJavaDoc = true # specify if SDK and Native libraries get built -buildNativeProjects = true +buildNativeProjects = false buildAndroidExamples = false # Path to android NDK for building native libraries