mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
commit
8809d98743
@ -48,7 +48,7 @@ def findNdkBuildFullPath() {
|
||||
return new File(ndkDir, getNdkBuildName()).getAbsolutePath()
|
||||
}
|
||||
def ndkDir = android.hasProperty('plugin') ? android.plugin.ndkFolder :
|
||||
plugins.getPlugin('com.android.library').sdkHandler.getNdkFolder()
|
||||
project.android.ndkDirectory.absolutePath
|
||||
if (ndkDir) {
|
||||
return new File(ndkDir, getNdkBuildName()).getAbsolutePath()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user