Skip to content

buildsystem: remove CLI environment variable

Steve Lhomme requested to merge robUx4/vlc-android:shell-cleanup into master

It's safer to pass variables as parameters (no inheritance of the environment).

And we can accumulate the flags in a variable passed to gradlew.

GRADLE_ABI should also be faded out for libvlcjni but we have to keep it here for now.

Merge request reports

Loading