From e1463cf421069d0568cb9eee3819141dbff9489d Mon Sep 17 00:00:00 2001 From: jrizzoli Date: Mon, 11 Jan 2016 22:21:28 +0100 Subject: gello-build: welcome to CM! Point to gello CM repo instead of mine Change-Id: I9748c21c926fb82b4d2f0ffbd6292caf55ca8a6f Signed-off-by: jrizzoli --- env/.gclient | 2 +- gello_build.sh | 6 +++--- 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< 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 } -- cgit v1.2.3