remove unused project property
This commit is contained in:
parent
701da19757
commit
13632f2ca9
@ -39,13 +39,8 @@ ext {
|
|||||||
projectClassPath = configurations.runtime.asFileTree.matching {
|
projectClassPath = configurations.runtime.asFileTree.matching {
|
||||||
exclude ".gradle"
|
exclude ".gradle"
|
||||||
}.asPath
|
}.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 "projectClassPath = " + projectClassPath
|
||||||
//println "ndkCommandPath = " + ndkCommandPath
|
|
||||||
|
|
||||||
// add each native lib build file
|
// add each native lib build file
|
||||||
apply from: file('openalsoft.gradle')
|
apply from: file('openalsoft.gradle')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user