From 67205fc92a0fb24b49929c9e04c5c160eed74168 Mon Sep 17 00:00:00 2001 From: jrizzoli Date: Fri, 15 Jan 2016 15:56:32 +0100 Subject: gello-build: we don't support all those flags anymore also updated README.md Change-Id: I8455d48c2a027f727b352e141d7bc7ee56c559d0 Signed-off-by: jrizzoli --- README.md | 8 ++++---- gello_build.sh | 4 +--- 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: - -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 -- cgit v1.2.3