Exclude mips non pakcaged for telegram
This commit is contained in:
parent
4cf87a6b09
commit
35f3ec9279
1 changed files with 2 additions and 8 deletions
|
@ -31,22 +31,16 @@ android {
|
|||
abiFilter "x86"
|
||||
}
|
||||
}
|
||||
mips {
|
||||
dimension "abi"
|
||||
ndk {
|
||||
abiFilter "mips"
|
||||
}
|
||||
}
|
||||
armv7 {
|
||||
dimension "abi"
|
||||
ndk {
|
||||
abiFilter "armeabi-v7a"
|
||||
}
|
||||
}
|
||||
armv5 {
|
||||
arm64 {
|
||||
dimension "abi"
|
||||
ndk {
|
||||
abiFilter "armeabi"
|
||||
abiFilter "arm64-v8a"
|
||||
}
|
||||
}
|
||||
fat {
|
||||
|
|
Loading…
Reference in a new issue