Skip to content
Snippets Groups Projects
Unverified Commit 695bdc32 authored by Daniel Gultsch's avatar Daniel Gultsch
Browse files

specifically only build known abis

parent e76dfb96
Branches
Tags
No related merge requests found
......@@ -111,6 +111,8 @@ android {
abi {
universalApk true
enable true
reset()
include project.ext.abiCodes.keySet() as String[]
}
}
......@@ -240,7 +242,7 @@ android {
buildConfig true
}
android.applicationVariants.all { variant ->
android.applicationVariants.configureEach { variant ->
variant.outputs.each { output ->
def baseAbiVersionCode = project.ext.abiCodes.get(output.getFilter(com.android.build.OutputFile.ABI))
if (baseAbiVersionCode != null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment