Skip to content

Instantly share code, notes, and snippets.

@fjsanti
Last active March 27, 2019 11:41
Show Gist options
  • Save fjsanti/7314d122c3cbe393a696ebe31c766ce2 to your computer and use it in GitHub Desktop.
Save fjsanti/7314d122c3cbe393a696ebe31c766ce2 to your computer and use it in GitHub Desktop.
############################################################################################################################################################
# This is my personal way than I prefer to pull my repos directly on a ROM folder without take the local manifest, becasuse in some time #
# toch it make the <repo sync> command no work properly. #
# The common way to use git for clone is the next #
# git clone -b <this tag is for branch> name-of-branch <ubication> https://github.com/pixeldustproject-p/manifest <where you want put> directory/you/want #
############################################################################################################################################################
# Trees for evert and sdm6006-common
git clone -b pie https://github.com/sypheros/android_device_motorola_evert device/motorola/evert
git clone -b lineage-16.0 https://github.com/sypheros/android_device_motorola_sdm660-common device/motorola/sdm660-common
# Vendor files for evert and sdm660-common
git clone -b pie https://github.com/fjsanti/proprietary_vendor_motorola_sdm660-common vendor/motorola/sdm660-common
git clone -b pie https://github.com/fjsanti/proprietary_vendor_motorola_evert vendor/motorola/evert
# kernel source
git clone -b rk-pie https://github.com/Jleeblanch/android_kernel_motorola_msm8998 kernel/motorola/msm8998
# LineageOS resources
git clone -b lineage-16.0 https://github.com/LineageOS/android_system_qcom system/qcom
git clone -b lineage-16.0 http://github.com/LineageOS/android_external_bson external/bson
git clone -b lineage-16.0 https://github.com/LineageOS/android_packages_resources_devicesettings packages/resources/devicesettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment