aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index e628f45..37b3965 100644
--- a/README.md
+++ b/README.md
@@ -11,26 +11,26 @@ Features
- *--clean* = Make a clean build
- *--depot* = Install Depot Tool
- *--fast* = Skip sync and runhooks, useful for testing changes
-- *--local* = Pick local gello from packages/apps/Gello (for testing purpose)
- *--no-sync* = Skip sync
How to build
----------
-If you're going to build from CyanogenMod build environment you will be able to choose between Sourcebuilt or Prebuilt. By default CyanogenMod uses Prebuilt to save you time, data and disk space.
+If you're going to build from LineageOS build environment you will be able to choose between Sourcebuilt or Prebuilt. By default LineageOS uses Prebuilt to save you time, data and disk space.
If you don't want to use/trust prebuilt apk (that comes from CyanogenMod Maven) for some reason, you're free to build it yourself on your own machine. To build from source you just need to run the following commands:
export WITH_GELLO_SOURCE=true
mka Gello
-To be able to build Gello you'll need to set up your machine, see [Setup](https://github.com/CyanogenMod/android_external_gello_build#setup).
+To be able to build Gello you'll need to set up your machine, see [Setup](https://github.com/LineageOS/android_external_gello_build#setup).
Testing
----------
-If you're working on the Gello shell (packages/apps/Gello), and you've sucessfully compiled at least once,
-you may want to use your local Gello instead of remote one. By using the local one, you won't be
-syncing other chromium / swe sources too.
+If you're working on the Gello channel, you may want to use your local channel instead of Lineage one.
export WITH_GELLO_SOURCE=true
- export LOCAL_GELLO=true
+ croot
+ cd external/gello-build/env/swe/channels
+ rm -rf lineage
+ git clone https://your.git.repo/my_cool_channel lineage
mka Gello
Setup