GNOME Bugzilla – Bug 773464
android: Port ndk-build Makefile magic to gradle
Last modified: 2018-11-03 10:21:29 UTC
This should also get us rid of bugs like #773401, which are happening because shell/Makefile are a bit silly about newlines and whitespace... and behaving different everywhere. groovy is not great but at least does not have these problems. Not sure which parts should be done in gradle though, and which in ndk-build. Source file generation at least should be gradle
How would that hang together? At the moment, it's kind of nice that the ndk-build stuff all goes in a jni directory, with just the little bit of gradle glue required to call into ndk-build. It would be good to keep that level of separation.
You could make a gradle module for everything that our ndk-build stuff does AFAIU
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/cerbero/issues/38.