mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
android: phoenix: set minimum api level in build.gradle
Gradle does not pass the min api level set in the manifest to ndk-build
This commit is contained in:
parent
a200d9683c
commit
848adbf2ab
@ -25,6 +25,7 @@ android {
|
||||
flavorDimensions "variant"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
arguments "-j${Runtime.runtime.availableProcessors()}"
|
||||
|
Loading…
Reference in New Issue
Block a user