Skip to content

Instantly share code, notes, and snippets.

@romanbb
Last active December 16, 2015 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save romanbb/5517890 to your computer and use it in GitHub Desktop.
Save romanbb/5517890 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="device/htc/m7-common" name="AOKP/device_htc_m7-common" remote="aokp" revision="jb-mr1" />
<project path="device/htc/m7" name="AOKP/device_htc_m7" remote="aokp" revision="jb-mr1" />
<project path="kernel/htc/m7" name="CyanogenMod/android_kernel_htc_m7" remote="cm" revision="cm-10.1" />
</manifest>
@johnhany97
Copy link

You might want to add : device/htc/msm8960-common too
Plus the apq8064-common is not found at CyanogenMod's GitHub, track the one at htc-msm8960

@mallardduck
Copy link

It appears we should remove the vendor trees as they've been deleted or made private.

EDIT: It seems i may be wrong, they've been condensed into this I believe.

https://github.com/htc-msm8960/proprietary_vendor_htc

@johnhany97
Copy link

This needs updating ...

@romanbb
Copy link
Author

romanbb commented May 21, 2013

Updated...

@thonatos
Copy link

thonatos commented Jun 1, 2013

it seems that something is already been added , so what we should do is :

Solution One :

$ repo init -u https://github.com/AOKP/platform_manifest.git -b jb-mr1
$ repo sync
$ . ./platform_manifest/manual_add_kernel_manifest.sh

Solution Two :

$ cd .repo
$ mkdir local_manifests
$ cd local_manifests
$ touch m7.xml
$ gedit m7.xml

then add the content :

Finally :

run the command in the teminal :

$ . build/envsetup.sh && brunch aokp_m7-userdebug

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