Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

lin15-microG/local_manifests

 
 

Repository files navigation

local_manifests

LineageOS 15.1 f. amami, gts210vewifi and oneplus3

How launch a lineage-15.1 build:

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.

How to initially set up your build tree:

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.

Trouble shooting

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...

About

LineageOS 15.1 f. amami and oneplus3 & treble

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published