aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-11 22:21:28 +0100
committerjrizzoli <joey@cyanogenmoditalia.it>2016-01-11 22:21:28 +0100
commite1463cf421069d0568cb9eee3819141dbff9489d (patch)
tree5f1d6a1e27bda0272730aafd0877f5a8360b4cb7
parentbc101c241eea0291f7211ec811ae254d83ed4539 (diff)
downloadandroid_external_gello_build-e1463cf421069d0568cb9eee3819141dbff9489d.tar.gz
android_external_gello_build-e1463cf421069d0568cb9eee3819141dbff9489d.tar.bz2
android_external_gello_build-e1463cf421069d0568cb9eee3819141dbff9489d.zip
gello-build: welcome to CM!
Point to gello CM repo instead of mine Change-Id: I9748c21c926fb82b4d2f0ffbd6292caf55ca8a6f Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
-rw-r--r--env/.gclient2
-rwxr-xr-xgello_build.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/env/.gclient b/env/.gclient
index 96adcf6..bf8b5e2 100644
--- a/env/.gclient
+++ b/env/.gclient
@@ -5,7 +5,7 @@ solutions = [
"managed" : True,
"safesync_url": "",
"custom_deps" : {
- "src/swe/browser" : "https://github.com/jrizzoli/android_packages_apps_gello.git@refs/remotes/origin/cm-12.1"
+ "src/swe/browser" : "https://github.com/CyanogenMod/android_packages_apps_gello.git@refs/remotes/origin/cm-13.0"
}
},
]
diff --git a/gello_build.sh b/gello_build.sh
index fb81f36..fdb17bd 100755
--- a/gello_build.sh
+++ b/gello_build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (C) 2015 The CyanogenMod Project
+# Copyright (C) 2016 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -146,14 +146,14 @@ function checkflags() {
#
function helpgello() {
cat<<EOF
-Gello inline build system (c) CyanogenMod 2015
+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
- --push = 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
EOF
}