vetzki
Philosoph
- 1.750
hast du das zeug evtl. schon runtergeladen so das nicht mehr benötigt wird?
ist den /device/lge/hammerhead vorhanden?
wenn ja propertiäre blobs entpacken oder mit dem local_manifest runterladen ("muppets")
und mal schaun was brunch sagt (ich hab schon länger nichts mehrt mit cm gemacht, zuletzt als cm-10.2 akutell war)
How To Build CyanogenMod Android for Google Nexus 5 ("hammerhead") - CyanogenMod
breakfast:
You may not ever use this command, but in order to explain brunch, we have to explain breakfast first. Breakfast is a function used to configure your build. It keeps track of a list of officially-supported devices to build for, and allows you to choose one. You can do this two ways,
ist den /device/lge/hammerhead vorhanden?
wenn ja propertiäre blobs entpacken oder mit dem local_manifest runterladen ("muppets")
und mal schaun was brunch sagt (ich hab schon länger nichts mehrt mit cm gemacht, zuletzt als cm-10.2 akutell war)
....
Prepare the device-specific code
Add a comment to this section
After the source downloads, ensure you are in the root of the source code (cd ~/android/system), then type:
$ source build/envsetup.sh
$ breakfast hammerhead
This will download the device specific configuration and kernel source for your device. An alternative to using the breakfast command is to build your own local manifest. To do this, you will need to locate your device on CyanogenMod's GitHub and list all of the repositories defined in cm.dependencies in your local manifest.
Helpful Tip– Errors during breakfast
Different maintainers setup their device inheritance rules differently. Some require a vendor directory to be populated before breakfast will even succeed. If you receive an error here about vendor makefiles, then jump down to the next section Extract proprietary blobs. The first portion of breakfast should have succeeded at pulling in the device tree and the extract blobs script should be available. After completing that section, you can rerun breakfast hammerhead
....
How To Build CyanogenMod Android for Google Nexus 5 ("hammerhead") - CyanogenMod