Created
November 24, 2015 13:07
-
-
Save bertrandmartel/99b5fb1e668d17435dc5 to your computer and use it in GitHub Desktop.
[GRADLE - ANDROID] get ndk directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
................... | |
Properties properties = new Properties() | |
properties.load(project.rootProject.file('local.properties').newDataInputStream()) | |
def sdkDir = properties.getProperty('sdk.dir') | |
def ndkDir = properties.getProperty('ndk.dir') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment