Skip to content

Fixed plugins' java code not being copied

Fanchao L requested to merge fanchao/cerbero:fix-plugin-java-not-copy into master

When building an Android library, the final src doesn't contain plugins' java code (for this time being only androidmedia has Java code), this results in crashes in runtime.

Merge request reports