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

 

History

1,299 Commits
 
 
 
 
 
 

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/android_manifest.git -b 16.1 --git-lfs -g default,-mips,-darwin,-notdefault

To sync with full history use:

 repo init -u https://github.com/Los-Ext/android_manifest.git -b 16.1 --git-lfs

Sync up sources

 repo sync -c -j24 --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune

Build the ROM

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

Optional changes

Gapps build

  • Set WITH_GMS := true flag in your lineage_<device>.mk

Maintainer Overlays

Signed Builds

  • Clone your private keys in vendor/lineage-priv/keys directory and it'll do the rest.

Blur Support

  • Set TARGET_ENABLE_BLUR := true flag in your lineage_<device>.mk
  • To Remove blur Support, Set ro.surface_flinger.supports_background_blur=0

Perf animation override

  • Set PERF_ANIM_OVERRIDE := true flag in your lineage_<device>.mk
  • Useful for mtk and low-end devices which have perf regression caused by fixed dp translate and fade animation

About

Nothing Special, just another fork of LineageOS

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 131