aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-15 15:56:32 +0100
committerjrizzoli <joey@cyanogenmoditalia.it>2016-01-15 15:56:32 +0100
commit67205fc92a0fb24b49929c9e04c5c160eed74168 (patch)
tree1b79f02c28f47733bbd8595db35d758840cc5035
parentfb029138767ab8f1d4133d878042da5f5e1f1a27 (diff)
downloadandroid_external_gello_build-67205fc92a0fb24b49929c9e04c5c160eed74168.tar.gz
android_external_gello_build-67205fc92a0fb24b49929c9e04c5c160eed74168.tar.bz2
android_external_gello_build-67205fc92a0fb24b49929c9e04c5c160eed74168.zip
gello-build: we don't support all those flags anymore
also updated README.md Change-Id: I8455d48c2a027f727b352e141d7bc7ee56c559d0 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
-rw-r--r--README.md8
-rwxr-xr-xgello_build.sh4
2 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 0cdd581..e4a8e8e 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,13 @@ Documentation
Features
----------
-- *-h* = Show help message
-- *-v* = Verbose mode, show more details
- *--depot* = Install Depot Tool
- *--fast* = Skip sync and runhooks, useful for testing changes
-- *--mp* = Once everything else is done, install the given apk on a connected device
+- *--push* = Once everything else is done, install the given apk on a connected device
- *--no-sync* = Skip sync
Setup
----------
-Read [chromium documentation](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions_prerequisites.md) for needed packages to build Gello. To get sources you need Depot tools that can be easily installed using _gello_build.sh --depot_
+Read [chromium documentation](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions_prerequisites.md) for needed packages to build Gello.
+To get sources you need Depot tools that can be easily installed using _gello_build.sh --depot_
+During the first build you may be asked to accept EULA for some components needed to compile.
diff --git a/gello_build.sh b/gello_build.sh
index 856d769..caa40f4 100755
--- a/gello_build.sh
+++ b/gello_build.sh
@@ -158,10 +158,8 @@ function helpgello() {
Gello inline build system (c) CyanogenMod 2016
Usage: ./gello_build.sh <flags>
flags:
- -h = Show this message
- -v = Verbose mode, show more details
--depot = Install Depot Tool
- --fast = Skip sync and runhooks, useful for testing changes
+ --fast = Skip sync and runhooks, useful for testing local changes
--push = Once everything else is done, install the given apk on a connected device
--no-sync = Skip sync
EOF