[Android] Force using the release flag when using the no tv one in the compilation script
Nicolas Pomepuy
git at videolan.org
Wed Jun 12 13:22:13 UTC 2024
vlc-android | branch: refs/tags/3.6.0-TEST | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jun 12 14:57:26 2024 +0200| [2e31e251000e1d195b4d2899257f1e9b33fa4629] | committer: Nicolas Pomepuy
Force using the release flag when using the no tv one in the compilation script
> https://code.videolan.org/videolan/vlc-android/commit/2e31e251000e1d195b4d2899257f1e9b33fa4629
---
buildsystem/compile.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index dc969982e0..ca1c527e4d 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -96,6 +96,7 @@ while [ $# -gt 0 ]; do
;;
-tv)
NO_TV=1
+ RELEASE=1
;;
*)
diagnostic "$0: Invalid option '$1'."
More information about the Android
mailing list