From 13632f2ca9c70ef2923d2ccaccf1479700c371e3 Mon Sep 17 00:00:00 2001 From: iwgeric Date: Tue, 25 Mar 2014 12:24:27 -0400 Subject: [PATCH] remove unused project property --- jme3-android-native/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jme3-android-native/build.gradle b/jme3-android-native/build.gradle index adb0cdf81..380783bcd 100644 --- a/jme3-android-native/build.gradle +++ b/jme3-android-native/build.gradle @@ -39,13 +39,8 @@ ext { projectClassPath = configurations.runtime.asFileTree.matching { exclude ".gradle" }.asPath - - // findNDK() is defined in the root project gradle.build so it - // can be visible to all subprojects that need to build an Android native lib - ndkCommandPath = findNDK() } //println "projectClassPath = " + projectClassPath -//println "ndkCommandPath = " + ndkCommandPath // add each native lib build file apply from: file('openalsoft.gradle')