diff options
| author | Cody Northrop <cnorthrop@google.com> | 2016-09-22 13:55:49 -0600 |
|---|---|---|
| committer | Cody Northrop <cnorthrop@google.com> | 2016-09-23 08:32:58 -0600 |
| commit | bc2731bac572aaf1ff4b760df83f5f01df21a96c (patch) | |
| tree | 0e1b0cd4d14f716169e9bc881855005b02f5bd6b | |
| parent | 16af4e804168be568a9b1d381a49d0ec5d245af7 (diff) | |
| download | usermoji-bc2731bac572aaf1ff4b760df83f5f01df21a96c.tar.xz | |
demos: Enable arm64 build of Smoke
| -rw-r--r-- | demos/smoke/android/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/smoke/android/build.gradle b/demos/smoke/android/build.gradle index 38fa1ac6..cb0e32bc 100644 --- a/demos/smoke/android/build.gradle +++ b/demos/smoke/android/build.gradle @@ -81,6 +81,7 @@ model { android.productFlavors { create ("fat") { + ndk.abiFilters.add("arm64-v8a") ndk.abiFilters.add("armeabi-v7a") ndk.abiFilters.add("x86") } |
