Gradle: dont build android examples by default
This commit is contained in:
parent
bea1601994
commit
58aed8be23
@ -11,6 +11,7 @@ buildJavaDoc = true
|
|||||||
# specify if SDK and Native libraries get built
|
# specify if SDK and Native libraries get built
|
||||||
buildSdkProject = true
|
buildSdkProject = true
|
||||||
buildNativeProjects = false
|
buildNativeProjects = false
|
||||||
|
buildAndroidExamples = false
|
||||||
|
|
||||||
# Path to android NDK for building native libraries
|
# Path to android NDK for building native libraries
|
||||||
#ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
|
#ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
|
||||||
|
@ -34,7 +34,10 @@ include 'jme3-testdata'
|
|||||||
|
|
||||||
// Example projects
|
// Example projects
|
||||||
include 'jme3-examples'
|
include 'jme3-examples'
|
||||||
|
|
||||||
|
if(buildAndroidExamples == "true"){
|
||||||
include 'jme3-android-examples'
|
include 'jme3-android-examples'
|
||||||
|
}
|
||||||
|
|
||||||
if(buildSdkProject == "true"){
|
if(buildSdkProject == "true"){
|
||||||
include 'sdk'
|
include 'sdk'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user