mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-10 01:12:32 +02:00
Add arm64-v8a and armeabi-v7a build target
This commit is contained in:
@@ -54,7 +54,7 @@ android {
|
|||||||
abi {
|
abi {
|
||||||
enable true
|
enable true
|
||||||
reset()
|
reset()
|
||||||
include "x86", "x86_64"
|
include "x86", "x86_64", "arm64-v8a", "armeabi-v7a"
|
||||||
universalApk true
|
universalApk true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user