[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:06:45 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| [05468e616ce013550d248d971362ec2e5a253e1e] | 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/05468e616ce013550d248d971362ec2e5a253e1e
---
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