From d12625a21c03e9e23ceb8f4e66dc383d87d748e7 Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Thu, 9 Apr 2015 04:29:36 +0000 Subject: Re #1803: Add Application.mk which is necessary for ndk-build to define APP_ABI (needed for targets other than armeabi). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5056 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/pjsua/android/jni/Application.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pjsip-apps/src/pjsua/android/jni/Application.mk diff --git a/pjsip-apps/src/pjsua/android/jni/Application.mk b/pjsip-apps/src/pjsua/android/jni/Application.mk new file mode 100644 index 00000000..2d8a9edc --- /dev/null +++ b/pjsip-apps/src/pjsua/android/jni/Application.mk @@ -0,0 +1,2 @@ +# It might be necessary to define APP_ABI if you are using other than armeabi, e.g: arm64-v8a +# APP_ABI := arm64-v8a -- cgit v1.2.3