hexdump0815 / roll-your-own-lineageos-microg-for-unsupported-devices

notes on how to build lineageos with microg for unsupported devices (athene, harpia, n1awifi, bullhead, hammerhead, potter, pme)
7 stars 1 forks source link

'Missing "vendor/lineage", aborting' Any advice? #1

Open grnqrtr opened 4 years ago

grnqrtr commented 4 years ago

Hello, thanks for your guide!

I've been trying to build lineage-15.1 with microg for a Moto Z Play (addison) and keep running into this error while building:

Missing "vendor/lineage", aborting

This is what my manifest file includes:

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <project name="BtbN/android_device_motorola_addison" path="device/motorola/addison" remote="github" />
  <project name="BtbN/android_kernel_motorola_msm8953" path="kernel/motorola/msm8953" remote="github" />
  <project name="BtbN/android_external_bson" path="external/bson" remote="github" />
  <project name="BtbN/android_device_qcom_common" path="device/qcom/common" remote="github" />
  <project name="BtbN/android_packages_resources_devicesettings" path="packages/resources/devicesettings" remote="github" />
  <project name="BtbN/proprietary_vendor_motorola" path="vendor/motorola" remote="github" />
</manifest>

It seems like the issue is with the vendor, but I can't figure out what I need to do differently. Do you have any suggestions?

hexdump0815 commented 4 years ago

hello,

no real idea, but there seems to be this one here: https://github.com/LineageOS/android_vendor_lineage - maybe give it a try to include it as well ... if it does not work, maybe see if other lineageos vendor repos might be relevant for your device too ...

good luck and best wishes - hexdump

grnqrtr commented 4 years ago

I did try adding that repo too, but still no luck. I found this issue, maybe it has to do with my system. I'm using Ubuntu 18.04.

I'll keep messing around. If I can figure it out I'll report back for the sake of others.