LineageOS 15.1 f. amami, gts210vewifi and oneplus3
make clean
repo sync --no-tags
source build/envsetup.sh
brunch $device
where $device is either amami, gts210vewifi or oneplus3.
Note: If the build fails with an assertion in loadlocale.c, it is likely this problem. Work around it with export LC_ALL=C
or unset LANG
before running brunch $device
.
repo init -u https://github.com/LineageOS/android.git -b lineage-15.1 --groups=all,-notdefault,-darwin,-x86,-mips
cd .repo
git clone https://github.com/lin15-microG/local_manifests
cd local_manifests
git checkout lineage-15.1
cd ../..
repo sync --no-tags
Note: If you use a MAC to build, omit the -darwin
in above repo init
statement.
We have an own thread on XDA for the amami device - you should find solutions to your issues there or you are welcome to post new ones...