[Android] buildsystem: document the -ml argument
Steve Lhomme
git at videolan.org
Wed Jun 18 07:39:43 UTC 2025
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 18 08:47:46 2025 +0200| [f359eabb559a14e394de948154c09bc892703d54] | committer: Steve Lhomme
buildsystem: document the -ml argument
> https://code.videolan.org/videolan/vlc-android/commit/f359eabb559a14e394de948154c09bc892703d54
---
buildsystem/compile.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index b737bb6a7f..20f48fb267 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -35,6 +35,7 @@ while [ $# -gt 0 ]; do
echo "Use -s to set your keystore file and -p for the password"
echo "Use -c to get a ChromeOS build"
echo "Use -l to build only LibVLC"
+ echo "Use -ml to build only the medialibrary"
echo "Use -b to bypass libvlc source checks (vlc custom sources)"
echo "Use -t to use prebuilt contribs for LibVLC"
echo "Use -m2 to set the maven local repository path to use"
More information about the Android
mailing list