Deprecate armv6 support for Android
This commit is contained in:
parent
02ed4b392c
commit
f7200d6960
6 changed files with 5 additions and 24 deletions
|
|
@ -23,7 +23,7 @@ dependencies {
|
|||
|
||||
def pathToRootDir = "../../../"
|
||||
// Note: Only keep the abis you support to speed up the gradle 'assemble' task.
|
||||
def supportedAbis = ["armv6", "armv7", "arm64v8", "x86", "x86_64"]
|
||||
def supportedAbis = ["armv7", "arm64v8", "x86", "x86_64"]
|
||||
|
||||
android {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue