-
-
Save marduk191/abcb9c6e258f0c6e5aec to your computer and use it in GitHub Desktop.
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
commented
Jul 18, 2014
- repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
- Place presto_cm11.xml in the .repo/local_manifests folder
- repo sync -j4
- ./vendor/cm/get-prebuilts
- . build/envsetup.sh
- lunch full_presto-userdebug
- make bacon -j9
fixed hardware legacy error
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>
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.
all fixed, good lord that was a simple fix lol. nothing changed here. It's fine
I removed kernel revision in my proposal
updated, tested for accuracy
In my proposal: qcom-common to msm8x60-common. In line with the new names of the repositories.
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" />
added the changes to vendor
<project name="PantechDevTeam/android_vendor_pantech_msm8x60-common" path="vendor/pantech/qcom-common" remote="github" />
fixed the local path derps lol
*problem solved
@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.
Added to the wiki. https://github.com/PantechDevTeam/PantechDevTeam.github.io/wiki