LineageOS fürs Shift6mq selbst compilieren

AndreasHo

Original poster
Alpha Tester
Beta Tester
21 Oktober 2020
7
Hallo zusammen,

ich würde mir gern LineageOS einmal selbst fürs 6mq bauen. Jetzt gibt es in der Anleitung den Passus:

IMPORTANT: Some devices require a vendor directory to be populated before breakfast will succeed. If you receive an error here about vendor makefiles, jump down to Extract proprietary blobs. The first portion of breakfast should have succeeded, and after completing you can rerun breakfast

Gilt das auch fürs 6mq? Oder seid ihr soweit, dass der gesamte Quellcode OpenSource ist und man sich keine Binarys von einem vorhandenen Handy kopieren muss? Und wenn ich sie doch kopieren muss, geht das mit einem einem SOS.3.8.G ?
 
Du kannst das Repo von TheMuppets nehmen: https://github.com/TheMuppets/proprietary_vendor_shift_axolotl

Ins local manifest einfügen, sodass es sich am Ende als vendor/shift/axolotl im Source Tree befindet.

Dazu musst du .repo/local_manifests/blobs.xml erstellen und einfügen:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <remote name="TheMuppets" fetch="https://github.com/" revision="refs/heads/lineage-20" />
  <project name="TheMuppets/proprietary_vendor_shift_axolotl" path="vendor/shift/axolotl" remote="TheMuppets" depth="1" />
</manifest>

Anschließend wieder repo syncen.