From b3fe0574ceb3f5f3ff10134ce8f94a2e80adeef8 Mon Sep 17 00:00:00 2001 From: Michael Lentine Date: Fri, 20 Nov 2015 12:11:42 -0800 Subject: Fix build in master Use dispatchable handles in mdd, fix include path for vulkan.h, and do not build armeabi. --- buildAndroid/jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildAndroid') diff --git a/buildAndroid/jni/Application.mk b/buildAndroid/jni/Application.mk index a711c5bf..1962e681 100644 --- a/buildAndroid/jni/Application.mk +++ b/buildAndroid/jni/Application.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -APP_ABI := all +APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 mips mips64 APP_PLATFORM := android-22 APP_STL := gnustl_static APP_MODULES := layer_utils VKLayerBasic VKLayerDrawState VKLayerMemTracker VKLayerShaderCheker VKLayerImage VKLayerParamChecker VKLayerGeneric VKLayerAPIDump VKLayerObjectTracker VKLayerThreading VKLayerValidationTests -- cgit v1.2.3