Hey all,
I have downloaded the cm7 source code from github and trying to compile it.I am getting the following error can anyone guide me.
Code:
build/core/product_config.mk:196: *** _nic.PRODUCTS.[[vendor/cyanogen/products/cyanogen_sunfire.mk]]: "vendor/cyanogen/products/cyanogen_sunfire.mk" does not exist. Stop.
Related
Hello everyone im trying to build AOSP rom for motorola milestone! Ive taken the vendor and device files from github.com/nadlabak
The problem comes when i do make after build and lunch! The error which comes is this-
make: *** [out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
make: *** Deleting file `out/target/common/obj/APPS/framework-res_intermediates/package-export.apk
Someone please help me out!
Thanks in advance!
Hello,
I am not able to compile the paranoid android rom for htc one s. i enter ./rom-build.sh ville. when i do it gives me an error saying the repository is not found and then at the end it say that pa_ville cannot be found in manifest.
If anyone can help with this that would be great.
hello there im compiling pac 5.1 from source im almost done i guess after compiling for about 1 hour i stumbled upon this error
Code:
make: *** No rule to make target '/home/bassface/pac-rom/out/target/product/a6000/system/framework/org.cyanogenmod.platform-res.apk', needed by '/home/bassface/pac-rom/out/target/product/a6000/system/framework/org.cyanogenmod.platform.jar'. Stop.
but i couldnt find those files anywhere in the source to just manuall add them there nor did i find such files in already built roms i have (cm 11 pac 4.4.4 )
any help would be highly appreciated.
thankyou.
Hello guys and developers!
I have a problem with compiling AOSP 7 for a new device. The source code from the device is for AOSP so that should be no problem, but the ninja compiler says that about the mediatek/common/device.mk:
Running kati to generate build-full_k15tb_a.ninja...
out/build-full_k15tb_a.ninja is missing, regenerating...
device/mediatek/common/device.mk:404: *** extraneous `endif'.
build/core/ninja.mk:163: the rule for target „out/build-full_k15tb_a.ninja“ failed
make: *** [out/build-full_k15tb_a.ninja] Error 1
Click to expand...
Click to collapse
I know that these endif have to be at another place in this file but I don't know where.
The makefile: device.mk
I hope that anybody can help me.
Hey guys, I'm trying to build aosp for Xiaomi 8 [codename: dipper].
These are the device sources I found on github, from LineageOS, all used the latest branch 'lineage-18.1'.
aosp/device/xiaomi/dipper https://github.com/LineageOS/android_device_xiaomi_dipper.git
aosp/device/xiaomi/sdm845-common https://github.com/LineageOS/android_device_xiaomi_sdm845-common.git
aosp/kernel/xiaomi/sdm845 https://github.com/LineageOS/android_kernel_xiaomi_sdm845.git
aosp/hardware/xiaomi https://github.com/LineageOS/android_hardware_xiaomi.git
aosp//vendor/lineage https://github.com/LineageOS/android_vendor_lineage.git
aosp/device/qcom/sepolicy_vndr https://github.com/LineageOS/android_device_qcom_sepolicy.git
But when I pressed the building command `m`, after selecting the building target `lineage_dipper-eng`,
there appearred such an error:
dogbin - yupalephov
[W][2021-05-29T07:37:58+0000][13282] void cmdline::logParams(nsjconf_t *)():250 Process will be UID/
del.dog
Anyone get any clue? Many thx.