Skip to content

Instantly share code, notes, and snippets.

@marduk191
Last active August 29, 2015 14:04
Show Gist options
  • Save marduk191/abcb9c6e258f0c6e5aec to your computer and use it in GitHub Desktop.
Save marduk191/abcb9c6e258f0c6e5aec to your computer and use it in GitHub Desktop.
Presto Cm11 local manifest
This was a temporary file and it has been centralized. You can get instructions on the wiki.
https://github.com/PantechDevTeam/PantechDevTeam.github.io/wiki
@marduk191
Copy link
Author

  1. repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
  2. Place presto_cm11.xml in the .repo/local_manifests folder
  3. repo sync -j4
  4. ./vendor/cm/get-prebuilts
  5. . build/envsetup.sh
  6. lunch full_presto-userdebug
  7. make bacon -j9

@marduk191
Copy link
Author

fixed hardware legacy error

@mifl
Copy link

mifl commented Jul 20, 2014

This is my proposal: Grouping the repository changes to facilitate the modification and remove revisión to standardize the branches.

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <project name="PantechDevTeam/android_device_pantech_presto" path="device/pantech/presto" remote="github" />
  <project name="PantechDevTeam/android_device_pantech_msm8x60-common" path="device/pantech/msm8x60-common" remote="github" />
  <project name="PantechDevTeam/android_device_pantech_msm8660-common" path="device/pantech/msm8660-common" remote="github" />
  <project name="PantechDevTeam/android_kernel_pantech_msm8660-common" path="kernel/pantech/msm8660-common" remote="github" />
  <project name="PantechDevTeam/android_vendor_pantech_presto" path="vendor/pantech/presto" remote="github" />
  <project name="PantechDevTeam/android_vendor_pantech_msm8x60-common" path="vendor/pantech/msm8x60-common" remote="github" />
  <remove-project name="CyanogenMod/android_external_wpa_supplicant_8" />
  <project name="PantechDevTeam/android_external_wpa_supplicant_8" path="external/wpa_supplicant_8" remote="github" />
  <remove-project name="CyanogenMod/android_frameworks_av" />
  <project name="PantechDevTeam/android_frameworks_av" path="frameworks/av" remote="github" />
  <remove-project name="CyanogenMod/android_frameworks_base" />
  <project name="PantechDevTeam/android_frameworks_base" path="frameworks/base" remote="github" />
  <remove-project name="CyanogenMod/android_hardware_broadcom_wlan" />
  <project name="PantechDevTeam/android_hardware_broadcom_wlan" path="hardware/broadcom/wlan" remote="github" />
  <remove-project name="CyanogenMod/android_hardware_libhardware_legacy" />
  <project name="PantechDevTeam/android_hardware_libhardware_legacy" path="hardware/libhardware_legacy" remote="github" />
</manifest>

@marduk191
Copy link
Author

sounds good for a change on the main repository. I think something is wrong with it anyway. vlad is going to test it and see why my machine is not building the same thing he is seeing.

@marduk191
Copy link
Author

all fixed, good lord that was a simple fix lol. nothing changed here. It's fine

@mifl
Copy link

mifl commented Jul 28, 2014

I removed kernel revision in my proposal

@marduk191
Copy link
Author

updated, tested for accuracy

@mifl
Copy link

mifl commented Jul 29, 2014

In my proposal: qcom-common to msm8x60-common. In line with the new names of the repositories.

@marduk191
Copy link
Author

Changes added, someone look over that and make sure I only needed one change for

    <project name="PantechDevTeam/android_device_pantech_msm8x60-common" path="device/pantech/qcom-common" remote="github" />

@marduk191
Copy link
Author

added the changes to vendor

<project name="PantechDevTeam/android_vendor_pantech_msm8x60-common" path="vendor/pantech/qcom-common" remote="github" />

@marduk191
Copy link
Author

fixed the local path derps lol

@shaheerkv
Copy link

*problem solved

@marduk191
Copy link
Author

@shaheerkv That is an error before we merged the base changes a long time ago. You shouldn't use the alternative unless the one in the repo doesn't work with your build, we update to upstream as well. We use our own repos because we need patches for this device. This works, it's been tested numerous times at this point. This compiles perfectly as of this morning.

@marduk191
Copy link
Author

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