Compile lineageos15.1, execute breakfast command failed

whitemouse2005

New member
Sep 25, 2018
3
0
0
Hi,guys.I am a novice. I referred to some documents and tried to prepare Treble for my KIW-TL00H. I downloaded device, vendor and kernel provided in GitHub, called kiwidevs. When I was ready to compile, Lineage automatically downloaded the device in the official repository, and then told me the error, prompting me that I couldn't identify the vendor file. What should I do now?:confused:
 

ShadySquirrel

Senior Member
Sep 7, 2015
972
810
123
Hi,guys.I am a novice. I referred to some documents and tried to prepare Treble for my KIW-TL00H. I downloaded device, vendor and kernel provided in GitHub, called kiwidevs. When I was ready to compile, Lineage automatically downloaded the device in the official repository, and then told me the error, prompting me that I couldn't identify the vendor file. What should I do now?:confused:
You need to create manifest file for your sources and pull all repos (device, kernel, proprietary) from Github, if you don't want to use official Lineage repos.

If you want to use official Lineage repos, add TheMuppets/proprietary_vendor_huawei to your local manifest.
 
Last edited:

whitemouse2005

New member
Sep 25, 2018
3
0
0
You need to create manifest file for your sources and pull all repos (device, kernel, proprietary) from Github, if you don't want to use official Lineage repos.

If you want to use official Lineage repos, add TheMuppets/proprietary_vendor_huawei to your local manifest.
I did it. Now I am finish.But I get a new problem.It means:

[1078/1078] including ./vendor/qcom/opensource/rcs-service/Android.mk ...
device/huawei/kiwi/libwcnss_qmi/Android.mk: error: libwcnss_qmi (SHARED_LIBRARIES android-arm64) missing libhuawei_secure (SHARED_LIBRARIES android-arm64)
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
device/huawei/kiwi/libwcnss_qmi/Android.mk: error: libwcnss_qmi (SHARED_LIBRARIES android-arm64) missing liboeminfo (SHARED_LIBRARIES android-arm64)
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
device/huawei/kiwi/libwcnss_qmi/Android.mk: error: libwcnss_qmi (SHARED_LIBRARIES android-arm) missing libhuawei_secure (SHARED_LIBRARIES android-arm)
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
device/huawei/kiwi/libwcnss_qmi/Android.mk: error: libwcnss_qmi (SHARED_LIBRARIES android-arm) missing liboeminfo (SHARED_LIBRARIES android-arm)
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
build/core/main.mk:732: error: exiting from previous errors.
13:02:26 ckati failed with: exit status 1

What should I do?:confused:
 

ShadySquirrel

Senior Member
Sep 7, 2015
972
810
123
I did it. Now I am finish.But I get a new problem.It means:

[1078/1078] including ./vendor/qcom/opensource/rcs-service/Android.mk ...
device/huawei/kiwi/libwcnss_qmi/Android.mk: error: libwcnss_qmi (SHARED_LIBRARIES android-arm64) missing libhuawei_secure (SHARED_LIBRARIES android-arm64)
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
device/huawei/kiwi/libwcnss_qmi/Android.mk: error: libwcnss_qmi (SHARED_LIBRARIES android-arm64) missing liboeminfo (SHARED_LIBRARIES android-arm64)
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
device/huawei/kiwi/libwcnss_qmi/Android.mk: error: libwcnss_qmi (SHARED_LIBRARIES android-arm) missing libhuawei_secure (SHARED_LIBRARIES android-arm)
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
device/huawei/kiwi/libwcnss_qmi/Android.mk: error: libwcnss_qmi (SHARED_LIBRARIES android-arm) missing liboeminfo (SHARED_LIBRARIES android-arm)
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
build/core/main.mk:732: error: exiting from previous errors.
13:02:26 ckati failed with: exit status 1

What should I do?:confused:
Have you resynced after you've added your repos to the manifest? It looks like it didn't pull anything from proprietary repo (that file is part of it).