diff --git a/build.gradle b/build.gradle index 75bbd8973920621f96beae268c65f14d02dc6b77..6621ac0031c8e60718d3d9222da6f35a75ee9ea7 100644 --- a/build.gradle +++ b/build.gradle @@ -163,8 +163,9 @@ android { splits { abi { + def isBuildingBundle = gradle.startParameter.taskNames.any { it.toLowerCase().contains("bundle") } universalApk true - enable true + enable !isBuildingBundle reset() //noinspection ChromeOsAbiSupport include project.ext.abiCodes.keySet() as String[]