aboutsummaryrefslogtreecommitdiffstats
path: root/env/.gclient
diff options
context:
space:
mode:
Diffstat (limited to 'env/.gclient')
-rw-r--r--env/.gclient12
1 files changed, 12 insertions, 0 deletions
diff --git a/env/.gclient b/env/.gclient
new file mode 100644
index 0000000..96adcf6
--- /dev/null
+++ b/env/.gclient
@@ -0,0 +1,12 @@
+solutions = [
+ { "name" : "src",
+ "url" : "git://codeaurora.org/quic/chrome4sdp/chromium/src.git@refs/remotes/origin/m42",
+ "deps_file" : "DEPS",
+ "managed" : True,
+ "safesync_url": "",
+ "custom_deps" : {
+ "src/swe/browser" : "https://github.com/jrizzoli/android_packages_apps_gello.git@refs/remotes/origin/cm-12.1"
+ }
+ },
+]
+target_os = ["android"]