gicheonkang / fast-face-android

👦 Fast-Face : Android App for Real-time Face Landmark Detection. You can check your landmarks in 60ms
Apache License 2.0
381 stars 127 forks source link

Get NDK path with this approach. #9

Closed leaf918 closed 5 years ago

leaf918 commented 7 years ago

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