Skip to content

OrionOS-Project/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,292 Commits
 
 
 
 
 
 

Repository files navigation

banner

Create a directory for the source files

mkdir OrionOS
cd OrionOS

Initializing Repo

repo init -u https://github.com/OrionOS-Project/manifest -b bka --git-lfs

Sync sources

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

Run your build

. build/envsetup.sh
lunch lineage_<device_name>-bp2a-userdebug
mka orion -j$(nproc --all)

OrionOS Flags

# Maintainer Name
ORION_MAINTAINER := Unknown

# Enable/Disable GApps
ORION_GAPPS := true/false

# Enable/Disable Blur
TARGET_ENABLE_BLUR := true/false

# Bootanimation Resolution
TARGET_BOOT_ANIMATION_RES := 720/1080/1440

# Bootanimation for Pixel Devices
TARGET_PIXEL_BOOT_ANIMATION_RES := 1080/1440

About

let's get started from here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors