polymonster / premake-android-studio

premake5 module for android-studio and gradle build.
MIT License
34 stars 15 forks source link

Added android.ndkVersion support. #19

Closed ignite720 closed 7 months ago

ignite720 commented 7 months ago

Hi, here's the output from gradle when I recently used this to build an Android release.

> Configure project :app
Evaluating project ':app' using build file 'app/build.gradle'.
C/C++: android.ndkVersion from module build.gradle is [not set]
C/C++: android.ndkPath from module build.gradle is /usr/local/lib/android/sdk/ndk/26r

Added gradle android.ndkVersion property support.