mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 20:11:01 +00:00
fix: Temporary disable armv7 support
This commit is contained in:
parent
907341a955
commit
85c17523b8
@ -19,7 +19,7 @@ class YggdrasilService : Service() {
|
|||||||
val type = CPU_ABI.let {
|
val type = CPU_ABI.let {
|
||||||
when{
|
when{
|
||||||
it.contains("v8") -> "arm64"
|
it.contains("v8") -> "arm64"
|
||||||
it.contains("v7") -> "armhf"
|
//it.contains("v7") -> "armhf"
|
||||||
else -> throw Exception("Unsupported ABI")
|
else -> throw Exception("Unsupported ABI")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user