In Android Studio 1.3.2, I have set sdk.dir
and ndk.dir
set in local.properties
, but how can I access them within my gradle build scripts?
What I want to do is call ndk-build manually without having to hard code a path to the ndk-build, which now is in a known location at sdk/ndk-bundle/ndk-build
. Are these path variables exposed, or, how can I expose them?