This File adds the device-specific Repositorys to build LineageOS 14.1
-
Open a Terminal and open your build directory, example:
cd build/cm-14.1
-
Enter .repo/local_manifests directory and download the roomservice file:
cd .repo/local_manifests/ && wget -O roomservice.xml https://raw.githubusercontent.com/GG2501YT/lineage_hi6250/cm-14.1/roomservice.xml
-
Go back to your build directory and download the repositorys:
cd ../../ && repo sync -j8 --no-clone-bundle
Done! Now you can start building LineageOS for your hi6250 device :)