I want to build Lineage for this device, can you help me? I already synced with the following local manifest:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="Borksek/android_kernel_samsung_j3xnlte" path="kernel/samsung/j3xnlte" remote="github" revision="cm-14.1"/>
<project name="djeman/android_device_samsung_j3xnlte" path="device/samsung/j3xnlte" remote="github" revision="cm-14.1"/>
<project name="LinkLunk/android_vendor_samsung_j3xnlte" path="vendor/samsung/j3xnlte" remote="github" revision="cm-14.1"/>
</manifest>
Synced, then proceeded to build but got:
build/core/product_config.mk:254: *** _nic.PRODUCTS.[[device/samsung/j3xnlte/lineage.mk]]: "device/samsung/sharkls-common/sharkls.mk" does not exist. Stop.
Device j3xnlte not found. Attempting to retrieve device repository from LineageOS Github (
http://github.com/LineageOS).
Repository for j3xnlte not found in the LineageOS Github repository list. If this is in error, you may need to manually add it to your local_manifests/roomservice.xml.
build/core/product_config.mk:254: *** _nic.PRODUCTS.[[device/samsung/j3xnlte/lineage.mk]]: "device/samsung/sharkls-common/sharkls.mk" does not exist. Stop.
build/core/product_config.mk:254: *** _nic.PRODUCTS.[[device/samsung/j3xnlte/lineage.mk]]: "device/samsung/sharkls-common/sharkls.mk" does not exist. Stop.
** Don't have a product spec for: 'lineage_j3xnlte'
** Do you have the right repo manifest?
Can somebody help?