View Single Post
edp17's Avatar
Posts: 607 | Thanked: 736 times | Joined on Jul 2019 @ UK
#662
Originally Posted by mautz View Post
Which extra lines do you mean, do you have an example?

And which 4 extra lines are you planning to use?
Apologies, I was not clear. (At all.)

So, I used these:
Code:
<project path="device/lge/hammerhead" name="CyanogenMod/android_device_lge_hammerhead" revision="stable/cm-12.1-YOG4P" />
<project path="kernel/lge/hammerhead" name="CyanogenMod/android_kernel_lge_hammerhead" revision="stable/cm-12.1-YOG4P" />
but I will use these (both forked from CyanogenMod):
Code:
<project path="device/lge/hammerhead" name="edp17/android_device_lge_hammerhead" revision="stable/cm-12.1-YOG4P" />
<project path="kernel/lge/hammerhead" name="edp17/android_kernel_lge_hammerhead" revision="stable/cm-12.1-YOG4P" />
The "extra" 4 lines I planned to use but then dropped the idea when you suggested to not use them were:
Code:
<project path="hybris/droid-hal-version-hammerhead" name="edp17/droid-hal-version-hammerhead-12.1" revision="master" />
<project path="hybris/droid-configs" name="edp17/droid-config-hammerhead-12.1" revision="master" />
<project path="rpm" name="edp17/droid-hal-hammerhead-12.1" revision="master" />
<project path="vendor/lge" name="edp17/proprietary_vendor_lge" revision="stable/cm-12.1-YOG4P" />
My questions were about these last 4 lines. I have mock them up for the hammerhead because I have seen them in other devices' manifest files. Do you know the purpose of these?
 

The Following User Says Thank You to edp17 For This Useful Post: