Skip to content

Commit a7bc88a

Browse files
authored
Fix forgotten ndk path variable (#4150)
1 parent 900aa48 commit a7bc88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake_templates/build.gradle.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
buildToolsVersion androidBuildToolsVersion
4848
ndkVersion androidNdkVersion
4949
// don't get rid of this line as it inflates the final bundle size 5x
50-
ndkPath '@INPUT_ANDROID_NDK_PATH@'
50+
ndkPath '@MM_ANDROID_NDK_PATH@'
5151

5252
packagingOptions.jniLibs.useLegacyPackaging true
5353

0 commit comments

Comments
 (0)