Native file prefix mapping

pull/214/head
M66B 2 years ago
parent e37db8df76
commit 7da2e426dc

@ -43,6 +43,13 @@ android {
// https://developer.android.com/guide/topics/graphics/vector-drawable-resources // https://developer.android.com/guide/topics/graphics/vector-drawable-resources
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
externalNativeBuild {
cmake {
cFlags "-ffile-prefix-map=${rootDir}=."
cppFlags "-ffile-prefix-map=${rootDir}=."
}
}
// https://developer.android.com/ndk/downloads // https://developer.android.com/ndk/downloads
ndkVersion "25.2.9519653" // r25c ndkVersion "25.2.9519653" // r25c
ndk { ndk {

Loading…
Cancel
Save