Skip to content

Instantly share code, notes, and snippets.

@marduk191
Last active August 29, 2015 14:07
Show Gist options
  • Save marduk191/762f4637d3eed8e90e74 to your computer and use it in GitHub Desktop.
Save marduk191/762f4637d3eed8e90e74 to your computer and use it in GitHub Desktop.
Presto: Dirty Unicorns 4.4.4 manifest
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="marduk191/android_device_pantech_presto" path="device/pantech/presto" remote="github" revision="du4.4" />
<project name="PantechDevTeam/android_device_pantech_msm8x60-common" path="device/pantech/msm8x60-common" remote="github" revision="cm-11.0" />
<project name="PantechDevTeam/android_device_pantech_msm8660-common" path="device/pantech/msm8660-common" remote="github" revision="cm-11.0" />
<project name="PantechDevTeam/android_kernel_pantech_msm8660-common" path="kernel/pantech/msm8660-common" remote="github" revision="cm-11.0" />
<project name="PantechDevTeam/android_vendor_pantech_msm8x60-common" path="vendor/pantech/msm8x60-common" remote="github" revision="cm-11.0" />
<project name="PantechDevTeam/android_vendor_pantech_presto" path="vendor/pantech/presto" remote="github" revision="cm-11.0" />
<remove-project name="android_bootable_recovery" />
<remove-project name="frameworks_base" />
<remove-project name="frameworks_av" />
<remove-project name="android_hardware_libhardware_legacy" />
<remove-project name="android_hardware_qcom_audio-caf" />
<project name="marduk191/android_bootable_recovery" path="bootable/recovery" remote="github" revision="android-4.4" />
<project name="marduk191/frameworks_base" path="frameworks/base" remote="github" />
<project name="marduk191/frameworks_av" path="frameworks/av" remote="github" />
<project name="PantechDevTeam/android_hardware_libhardware_legacy" path="hardware/libhardware_legacy" remote="github" revision="cm-11.0" />
<project name="PantechDevTeam/android_hardware_qcom_audio-caf" path="hardware/qcom/audio-caf" remote="github" revision="cm-11.0" />
</manifest>
@marduk191
Copy link
Author

  1. repo init -u https://github.com/DirtyUnicorns-KitKat/manifest.git -b du44
  2. Place du_4.4.xml in the .repo/local_manifests folder
  3. repo sync -j4 (I use -j16 on a faster connection)
  4. . build/envsetup.sh
  5. lunch full_presto-userdebug
  6. time make bacon -j9 (adjust -j# to your number of cores+1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment