Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ familiar with [Git and Repo](http://source.android.com/source/using-repo.html).

To initialize your local repository using the CyanogenMod trees, use a command like this:

repo init -u git://github.com/CyanogenMod/android.git -b cm-13.0
repo init -u git://github.com/JazzHandsFrenzy/android.git -b cm-13.0

Then to sync up:

Expand Down
11 changes: 10 additions & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -514,5 +514,14 @@
<project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
<project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" remote="aosp" />
<!-- END AOSP -->

<!-- My Shit -->
<project name="CyanogenMod/android_device_samsung_klte" path="device/samsung/klte" remote="github" />
<project name="JazzHandsFrenzy/android_device_samsung_klte-common" path="device/samsung/klte-common" remote="github" />
<project name="CyanogenMod/android_device_samsung_msm8974-common" path="device/samsung/msm8974-common" remote="github" />
<project name="CyanogenMod/android_kernel_samsung_klte" path="kernel/samsung/klte" remote="github" />
<project name="CyanogenMod/android_external_stlport" path="external/stlport" remote="github" />
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" />
<project name="CyanogenMod/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" />
<project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" />
</manifest>