diff options
author | fhuya <fhuyakou@gmail.com> | 2019-06-19 12:05:58 -0700 |
---|---|---|
committer | fhuya <fhuyakou@gmail.com> | 2019-06-19 12:05:58 -0700 |
commit | f7200d696005c65098ccf56f648a9c1a092aa905 (patch) | |
tree | 551f6ec34f96f63f53ec55e12c737077d8594c24 /misc | |
parent | 02ed4b392cc6655bfd9958c0c0fececffd8e5836 (diff) |
Deprecate armv6 support for Android
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ide/jetbrains/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ide/jetbrains/build.gradle b/misc/ide/jetbrains/build.gradle index ffcd12cd15..eb2fbc0e69 100644 --- a/misc/ide/jetbrains/build.gradle +++ b/misc/ide/jetbrains/build.gradle @@ -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 { |