Skip to content

Nothing Special, just another fork of LineageOS

Notifications You must be signed in to change notification settings

Los-Ext/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

LineageOS - Ext

Getting Started

Initialising the Repo

To save space, sync without history use:

 repo init --depth=1 --no-repo-verify -u https://github.com/Los-Ext/manifest.git -b 15 --git-lfs -g default,-mips,-darwin,-notdefault

To sync with full history use:

 repo init -u https://github.com/Los-Ext/manifest.git -b 15 --git-lfs

Sync up sources

 repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune

Build the ROM

 . build/envsetup.sh
 lunch lineage_<devicecodename>-<buildtype>
 mka bacon

Additional stuff (optional)

  • To build gapps add WITH_GMS := true flag in your lineage_<device>.mk

Maintainer Overlays

  • Refer to this change for maintainer & device overlays.

Signed Builds

  • We support inline singing, simply place your private keys in vendor/lineage-priv/keys directory and it'll do the rest.

About

Nothing Special, just another fork of LineageOS

Resources

Stars

Watchers

Forks

Packages

No packages published