Skip to content

OrionOS-prjkt/android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

OrionOS

Create a directory for the source files

mkdir OrionOS
cd OrionOS

Initializing Repo

repo init -u https://github.com/OrionOS-prjkt/android -b 14.0 --git-lfs

Sync sources

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

Run your build

. build/envsetup.sh
lunch orion_<product_name>-<release_type>-<build_variant>
mka space

OrionOS Flags

ORION_MAINTAINER := Unknown
ORION_MAINTAINER_LINK := <social media link>
ORION_BUILD_TYPE := UNOFFICIAL
ORION_GAPPS := true/false
TARGET_ENABLE_BLUR := true/false
TARGET_BOOT_ANIMATION_RES := 720/1080/1440
TARGET_HAS_UDFPS :=  true/false

BUILD_GOOGLE_CONTACTS := true
BUILD_GOOGLE_DIALER := true
BUILD_GOOGLE_MESSAGE := true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 131