We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600c837 commit 3110fdcCopy full SHA for 3110fdc
1 file changed
pythonforandroid/bootstraps/sdl2_gradle/build/templates/build.tmpl.gradle
@@ -43,12 +43,6 @@ android {
43
}
44
{%- endif %}
45
46
- externalNativeBuild {
47
- ndkBuild {
48
- path './jni/Android.mk'
49
- }
50
51
-
52
buildTypes {
53
debug {
54
@@ -59,6 +53,12 @@ android {
59
60
61
55
56
+ sourceSets {
57
+ main {
58
+ jniLibs.srcDir 'libs'
+ }
+
62
63
64
dependencies {
0 commit comments