GNOME Bugzilla – Bug 768120
APP_ABI should be located in Application.mk with NDK r12
Last modified: 2016-06-28 06:44:43 UTC
I am not sure how I could raise the issue because there's no official Android App in gstreamer. However, I found something strange while I tested with NDK r12. Usually, I set "APP_ABI := armeabi" in Android.mk to specify and build only certain ABI. With NDK r12, this variable should be in "Application.mk". If not, it tries to build all ABIs.
Created attachment 330468 [details] [review] small patch for using NDK r12
You could also provide a patch against the tutorials code if you like.
commit dcb98b9799e8c2af8a2b2ee741be448007e764cd Author: Sebastian Dröge <sebastian@centricular.com> Date: Tue Jun 28 09:43:40 2016 +0300 android: Fixup CFLAGS according to upstream commit https://android-review.googlesource.com/#/c/207721/5 commit 4ec0a9ce0cfba84d2fa4f0c2de0f6c5bd1ab3c9c Author: Justin Kim <justin.kim@collabora.com> Date: Mon Jun 27 14:28:58 2016 +0900 android: Update to NDK r12