Skip to content

Commit 7c841fb

Browse files
committed
Removed abifilters from build.tmpl.gradle
Not sure we want these, as any abi could be targeted. If we do have abifilters, probably we'll need to pass the abi to the template file.
1 parent 3110fdc commit 7c841fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ android {
2727
targetSdkVersion {{ args.sdk_version }}
2828
versionCode {{ args.numeric_version }}
2929
versionName '{{ args.version }}'
30-
ndk {
31-
abiFilters 'armeabi-v7a'
32-
}
3330
}
3431

3532
{% if args.sign -%}

0 commit comments

Comments
 (0)