Skip to content

XephiraOS/android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,324 Commits
 
 
 
 
 
 

Repository files navigation

🌌 XephiraOS Android Manifest

Welcome to the official XephiraOS source tree manifest.

XephiraOS is a custom Android operating system focused on premium glassmorphic aesthetics, fluid physics, and smart feature integrations (such as the Xephira Island notification manager and GameSpace gaming overlays).


🚀 Getting Started

To get started with XephiraOS source code, you'll need to set up your build environment. Follow the official Android Build Environment Setup Guide to configure dependencies, utility binaries, and compilers.

1. Initialize the Repository

Initialize your local source directory using the XephiraOS overlay manifest:

repo init -u https://github.com/XephiraOS/android.git -b lineage-23.2 --git-lfs

This will automatically load default.xml, which includes our custom overlay manifest (xephira.xml) containing all XephiraOS modifications.

2. Sync Source Code

Sync the entire source tree to your build workstation:

repo sync -c -j$(nproc) --force-sync --no-clone-bundle --no-tags

🛠️ Building XephiraOS

Once the sync is complete, initialize the build environment variables and launch the build compilation:

# 1. Initialize environment
. build/envsetup.sh

# 2. Select target device (replace 'codename' with your device's codename, e.g. panther)
breakfast xephira_codename-userdebug

# 3. Compile the ROM
mka bacon

🌐 Project Links


📜 License

XephiraOS is licensed under the Apache 2.0 License. Base manifest and dependencies are copyright of their respective authors and the LineageOS Project.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors