Skip to content
Snippets Groups Projects
Commit 24858996 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Remove deprecated "armeabi" build

parent ba3a1087
No related branches found
No related tags found
1 merge request!36Resolve "Remove deprecated "armeabi" build"
Pipeline #8008 passed
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
...@@ -49,7 +49,7 @@ android { ...@@ -49,7 +49,7 @@ android {
splits { splits {
abi { abi {
reset() reset()
include 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
} }
} }
} }
...@@ -57,7 +57,6 @@ android { ...@@ -57,7 +57,6 @@ android {
ext.abiCodes = [ ext.abiCodes = [
'x86': 1, 'x86': 1,
'x86_64': 2, 'x86_64': 2,
'armeabi': 3,
'armeabi-v7a': 4, 'armeabi-v7a': 4,
'arm64-v8a': 5, 'arm64-v8a': 5,
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment