Skip to content

Local build manifests

Notifications You must be signed in to change notification settings

ipdev99/local_manifests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Lineage 18.1

For Nexus 7 (2013) and Pixel C


To initialize your local repository.

Make a directory and switch into it.

mkdir l18
cd l18

Initialize the repository.

repo init -u https://github.com/LineageOS/android.git -b lineage-18.1

Then you need a copy of the local build manifest.

mkdir .repo/local_manifests
curl https://raw.githubusercontent.com/ipdev99/local_manifests/lineage-18.1/roomservice.xml -o .repo/local_manifests/roomservice.xml

or

curl --create-dirs -L -o .repo/local_manifests/roomservice.xml https://raw.githubusercontent.com/ipdev99/local_manifests/lineage-18.1/roomservice.xml

Then to sync up.
The initial sync will take a long time.

repo sync

Finally to build.

Nexus 7 (2013) WiFi

source build/envsetup.sh
brunch flo

Nexus 7 (2013) LTE (Mobile)

source build/envsetup.sh
brunch deb

Pixel C

source build/envsetup.sh
brunch dragon

About

Local build manifests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published