Skip to content

Webserver: add dev build variant

Duncan McNamara requested to merge Skantes/vlc-android:fix-build into master

This is to avoid falling back to debug when building with compile.sh. It would build all the java, then when build all modules the webserver will not have a dev variante, causing vlc-android to fallback to the debug variant.

Merge request reports