[Android] Compile: android TV build is gone
Jean-Baptiste Kempf
git at videolan.org
Thu Jan 21 15:22:32 CET 2016
vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 21 15:22:17 2016 +0100| [237a3e23a8950900484c5b104e47662c65a15f58] | committer: Jean-Baptiste Kempf
Compile: android TV build is gone
> https://code.videolan.org/videolan/vlc-android/commit/237a3e23a8950900484c5b104e47662c65a15f58
---
compile.sh | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/compile.sh b/compile.sh
index bf14fb7..ffc3636 100755
--- a/compile.sh
+++ b/compile.sh
@@ -23,9 +23,6 @@ while [ $# -gt 0 ]; do
ANDROID_ABI=$2
shift
;;
- -t)
- ANDROID_TV=1
- ;;
-c)
CHROME_OS=1
;;
@@ -173,9 +170,7 @@ BUILDTYPE="Debug"
if [ "$RELEASE" = 1 ]; then
BUILDTYPE="Release"
fi
-if [ "$ANDROID_TV" = 1 ]; then
- PLATFORM="Tv"
-elif [ "$CHROME_OS" = 1 ]; then
+if [ "$CHROME_OS" = 1 ]; then
PLATFORM="Chrome"
fi
More information about the Android
mailing list