Skip to content

Commit 3110fdc

Browse files
committed
Deleted NDK build from build.tmpl.gradle
The NDK build part is carried out elsewhere in p4a (as it was with ant)
1 parent 600c837 commit 3110fdc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pythonforandroid/bootstraps/sdl2_gradle/build/templates/build.tmpl.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ android {
4343
}
4444
{%- endif %}
4545

46-
externalNativeBuild {
47-
ndkBuild {
48-
path './jni/Android.mk'
49-
}
50-
}
51-
5246
buildTypes {
5347
debug {
5448
}
@@ -59,6 +53,12 @@ android {
5953
}
6054
}
6155

56+
sourceSets {
57+
main {
58+
jniLibs.srcDir 'libs'
59+
}
60+
}
61+
6262
}
6363

6464
dependencies {

0 commit comments

Comments
 (0)