Skip to content

Commit dbdc93d

Browse files
committed
55971-elys
1 parent 0d84412 commit dbdc93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
}
4242
}
4343

44-
44+
/*
4545
def ndkDir = "D:\\android-sdk\\android-ndk-r27d"
4646
tasks.register('buildNative', Exec) {
4747
commandLine "$ndkDir\\ndk-build.cmd",
@@ -76,7 +76,7 @@ android {
7676
compileTask -> compileTask.dependsOn buildNative
7777
}
7878
79-
79+
*/
8080

8181

8282
// required to support API 35+ 16KB page sizes

0 commit comments

Comments
 (0)