gicheonkang/fast-face-android

Get NDK path with this approach.

leaf918 opened this issue · 0 comments

def ndkRevision() {
def ff
android {
externalNativeBuild {
ff = getNdkDirectory().toString()
}
}
return "ndk location:" + ff
}