Commit graph

4 commits

Author SHA1 Message Date
Matthew Waters
5441a572d9 tutorials/android: Update for NDK r18 changes
libc++_shared needs to be enabled in the application in order for it to
be included and used correctly for c++ plugins.

Only symbols from libraries explicitly mentioned are exported from
libgstreamer_android.so so we need to add a couple of deps to be able to
access the necessary functions.

Requires
https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/31
https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/1
2018-11-30 09:27:25 +00:00
H1Gdev
dc245b1587 Android tutorials: Fix compile warnings
https://bugzilla.gnome.org/show_bug.cgi?id=797170
2018-09-19 12:32:53 +03:00
Sebastian Dröge
5734224b1e Re-namespace Android tutorials for consistency 2018-08-31 10:13:00 +03:00
Mathieu Duponchelle
225c23f1fa Android tutorials: add android top-level folder
This in preparation for the next commit, adding gradle as a
build system

https://bugzilla.gnome.org/show_bug.cgi?id=796570
2018-06-14 17:25:18 +02:00