Skip to content

Commit

Permalink
Native file prefix mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Oct 28, 2023
1 parent e37db8d commit 7da2e42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7da2e42

Please sign in to comment.