aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 77290bb..5e89ed8 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,16 @@ If you don't want to use/trust prebuilt apk (that comes from CyanogenMod Maven)
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).
+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.
+
+ export WITH_GELLO_SOURCE=true
+ export LOCAL_GELLO=true
+ mka Gello
+
Setup
----------
Read [chromium documentation](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions_prerequisites.md) for needed packages to build Gello.