From bc2731bac572aaf1ff4b760df83f5f01df21a96c Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Thu, 22 Sep 2016 13:55:49 -0600 Subject: demos: Enable arm64 build of Smoke --- demos/smoke/android/build.gradle | 1 + 1 file changed, 1 insertion(+) 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") } -- cgit v1.2.3