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

Merge branch '12-remove-deprecated-armeabi-build' into 'master'

Resolve "Remove deprecated "armeabi" build"

Closes #12

See merge request !12
parents 3cf724c0 40e485b7
Branches master
No related tags found
1 merge request!12Resolve "Remove deprecated "armeabi" build"
Pipeline #8051 passed
......@@ -49,7 +49,7 @@ android {
splits {
abi {
reset()
include 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
}
}
......@@ -57,7 +57,6 @@ android {
ext.abiCodes = [
'x86': 1,
'x86_64': 2,
'armeabi': 3,
'armeabi-v7a': 4,
'arm64-v8a': 5,
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment