Native file prefix mapping

This commit is contained in:
M66B 2023-10-28 10:58:41 +02:00
parent e37db8df76
commit 7da2e426dc
1 changed files with 7 additions and 0 deletions

View File

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