Deprecate armv6 support for Android

This commit is contained in:
fhuya 2019-06-19 12:05:58 -07:00
parent 02ed4b392c
commit f7200d6960
6 changed files with 5 additions and 24 deletions

View file

@ -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 {