After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768120 - APP_ABI should be located in Application.mk with NDK r12
APP_ABI should be located in Application.mk with NDK r12
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other All
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-28 02:45 UTC by Justin Kim
Modified: 2016-06-28 06:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
small patch for using NDK r12 (1.25 KB, patch)
2016-06-28 02:45 UTC, Justin Kim
none Details | Review

Description Justin Kim 2016-06-28 02:45:23 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.
Comment 1 Justin Kim 2016-06-28 02:45:50 UTC
Created attachment 330468 [details] [review]
small patch for using NDK r12
Comment 2 Sebastian Dröge (slomo) 2016-06-28 06:38:44 UTC
You could also provide a patch against the tutorials code if you like.
Comment 3 Sebastian Dröge (slomo) 2016-06-28 06:44:43 UTC
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