[Android] Force using the release flag when using the no tv one in the compilation script
Nicolas Pomepuy
git at videolan.org
Thu Jun 13 05:11:07 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| [336660e4341d962030add717a44876c23978c35c] | 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/336660e4341d962030add717a44876c23978c35c
---
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