Skip to content

Instantly share code, notes, and snippets.

@lindwurm
Last active October 20, 2017 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindwurm/3f7e61cd5be45def44e15040eb4c4e75 to your computer and use it in GitHub Desktop.
Save lindwurm/3f7e61cd5be45def44e15040eb4c4e75 to your computer and use it in GitHub Desktop.
repopick and local_manifests for DirtyUnicorns(Oreo)
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- oneplus3 -->
<project name="mordiford/device_oneplus_oneplus3" path="device/oneplus/oneplus3" remote="github" revision="o8x-caf" />
<project name="mordiford/kazari-op3-kernel" path="kernel/oneplus/msm8996" remote="github" revision="kazari-v6-du" />
<project name="DirtyUnicorns/android_vendor_oneplus" path="vendor/oneplus" remote="github" revision="o8x-caf" />
<project name="DirtyUnicorns/android_system_qcom" path="system/qcom" remote="github" revision="o8x-caf" />
</manifest>
#!/bin/bash
. build/envsetup.sh
# DUtils
repopick 213
# frameworks_base
repopick 569
# vendor_du
repopick 573
# Settings
repopick 576
# Tweaks
repopick 580
repopick 581
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment