this thing..

This commit is contained in:
RandomityGuy 2023-06-01 19:49:13 +05:30
parent cedae50011
commit fe7696b96e

View file

@ -17,7 +17,7 @@ android {
externalNativeBuild {
cmake {
cppFlags '-lstdc++'
arguments "-DANDROID_LD=lld"
arguments "-DANDROID_LD=lld",'-DANDROID_PLATFORM=android-24'
}
}
}
@ -27,6 +27,7 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
debuggable true
}
}
compileOptions {