[Android] buildsystem: document what variables are set by compile-libvlc.sh

Steve Lhomme git at videolan.org
Tue Jun 24 10:32:39 UTC 2025


vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 18 12:42:35 2025 +0200| [f24fdd5fdfc6c698d36ef0901319600a11489420] | committer: Steve Lhomme

buildsystem: document what variables are set by compile-libvlc.sh

> https://code.videolan.org/videolan/vlc-android/commit/f24fdd5fdfc6c698d36ef0901319600a11489420
---

 buildsystem/compile-medialibrary.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index 6de1a85f5a..fb08eeac38 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -31,6 +31,7 @@ while [ $# -gt 0 ]; do
 done
 
 SRC_DIR=$PWD
+# gets TARGET_TUPLE / ANDROID_API / CLANG_PREFIX / CROSS_CLANG / VLC_CFLAGS / VLC_CXXFLAGS / NDK_DEBUG / MAKEFLAGS / LIBVLCJNI_SRC_DIR
 AVLC_SOURCED=1 . libvlcjni/buildsystem/compile-libvlc.sh
 
 ################



More information about the Android mailing list