diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-05-09 21:40:36 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-05-09 21:40:36 +0000 |
| commit | 6eda246841f790097fd2bc092eaeff78b54a9f29 (patch) | |
| tree | 4151ba3ca9201b67e0036325f8a032b42f0b60b4 /NativeApp/Android | |
| parent | Updated imgui (diff) | |
| download | DiligentTools-6eda246841f790097fd2bc092eaeff78b54a9f29.tar.gz DiligentTools-6eda246841f790097fd2bc092eaeff78b54a9f29.zip | |
Enabled arm64 ABI on Android
Diffstat (limited to 'NativeApp/Android')
| -rw-r--r-- | NativeApp/Android/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeApp/Android/build.gradle b/NativeApp/Android/build.gradle index aa9c074..6d8a45b 100644 --- a/NativeApp/Android/build.gradle +++ b/NativeApp/Android/build.gradle @@ -5,7 +5,7 @@ android { defaultConfig { ndk { - abiFilters 'armeabi-v7a'//, 'armeabi', 'arm64-v8a','x86', 'x86_64' + abiFilters 'armeabi-v7a', 'arm64-v8a' //,'x86', 'x86_64' } externalNativeBuild { cmake { |
