Skip to content

Commit

Permalink
gradle: Skip building incomplete APKs for unsupported ABIs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
  • Loading branch information
chenxiaolong committed Jul 21, 2024
1 parent 949f504 commit b43bb5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ android {
abi {
isEnable = true
isUniversalApk = false
reset()
include("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
}
}
}
Expand Down

0 comments on commit b43bb5a

Please sign in to comment.