aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-17 17:12:25 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-17 12:53:19 -0800
commitd911c8fdd96f9ed69b5de04a9874f199a238500a (patch)
tree0dbb296530e0f27c78cb72aa25b391a233a427a4
parent4167864c88b4e432e41c15a4b40c0b8a1c73140c (diff)
downloadandroid_external_gello_build-d911c8fdd96f9ed69b5de04a9874f199a238500a.tar.gz
android_external_gello_build-d911c8fdd96f9ed69b5de04a9874f199a238500a.tar.bz2
android_external_gello_build-d911c8fdd96f9ed69b5de04a9874f199a238500a.zip
gello-build: remove dead code
we don't have verbose mode anymore Change-Id: I32c918201cc73df6c6247af3d6d2fba6d418163b Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
-rwxr-xr-xgello_build.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/gello_build.sh b/gello_build.sh
index 0d0e1bf..9d545d6 100755
--- a/gello_build.sh
+++ b/gello_build.sh
@@ -32,7 +32,6 @@ READY_APK=$TOP_GELLO/Gello.apk
FAST=false
PUSH=false
NOSYNC=false
-VERBOSE=false
CLEAN=false
##
@@ -122,7 +121,6 @@ function compile() {
# this script is running, so it should already be true
# if we're just doing tests we may have not that as true, set it
# otherwise it won't hurt
-
if [ "$WITH_GELLO_SOURCE" != true ]; then
WITH_GELLO_SOURCE=true
fi
@@ -149,9 +147,6 @@ function parseflags() {
for flag in "$@"
do
case "$flag" in
- --verbose)
- VERBOSE=true
- ;;
--fast)
NOSYNC=true
FAST=true