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
|
||||
buildSdkProject = true
|
||||
buildNativeProjects = false
|
||||
buildAndroidExamples = false
|
||||
|
||||
# Path to android NDK for building native libraries
|
||||
#ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
|
||||
|
@ -34,7 +34,10 @@ include 'jme3-testdata'
|
||||
|
||||
// Example projects
|
||||
include 'jme3-examples'
|
||||
include 'jme3-android-examples'
|
||||
|
||||
if(buildAndroidExamples == "true"){
|
||||
include 'jme3-android-examples'
|
||||
}
|
||||
|
||||
if(buildSdkProject == "true"){
|
||||
include 'sdk'
|
||||
|
Loading…
x
Reference in New Issue
Block a user