Skip to content

Commit

Permalink
added cm repo and some external google stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Noeljunior committed Nov 23, 2015
1 parent ccd34cc commit 0365635
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<remote name="zmodn"
fetch="https://github.com/ZmodN" />

<remote name="cm"
fetch="https://github.com/CyanogenMod" />

<default revision="refs/tags/android-6.0.0_r26"
remote="aosp"
sync-j="4" />
Expand Down Expand Up @@ -442,6 +445,10 @@
<!-- tuna -->
<project path="device/samsung/tuna" name="android_device_samsung_tuna" groups="device,tuna" remote="zmodn" revision="zmodn-6.0" />
<project path="kernel/samsung/tuna" name="android_kernel_samsung_tuna" groups="device,tuna" remote="zmodn" revision="zmodn-6.0" />
<!--
CyanogenMod stuff
-->
<project path="external/google" name="android_external_google" remote="cm" revision="cm-13.0" />
</manifest>


0 comments on commit 0365635

Please sign in to comment.