Skip to content

RyuOS-Org/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

🐉 RyuOS-Org

An Android Custom ROM based on AOSP

GitHub License Android


🚀 Getting Started

Before you begin, make sure you're familiar with:

📥 Initialize Repository

repo init -u https://github.com/RyuOS-Org/manifest.git -b 16 --git-lfs

🔄 Sync Sources

Note: -j8 uses 8 threads. Adjust based on your CPU cores (8 is recommended).

repo sync -c -j8

🔨 Building the System

1️⃣ Initialize Environment

. build/envsetup.sh

2️⃣ Configure Build Flags

Clone your device tree and choose your configuration options:

📱 Google Apps (GApps)

WITH_GAPPS := true

📱 Google Apps Go Edition

WITH_GAPPS := true
WITH_GAPPS_GO := true

⚙️ Additional Flags

TARGET_BOOT_ANIMATION_RES := 1080
RYUOS_MAINTAINER := RyuDev
RYUOS_BUILD_TYPE := OFFICIAL

3️⃣ Device Configuration

Example: lunch ryuos_sweet-bp2a-userdebug

lunch ryuos_devicecodename-bp2a-buildtype

4️⃣ Start Compilation

make ryuos

📋 Build Types

Build Type Description
eng Engineering build with debugging enabled
userdebug User build with debugging capabilities
user Production build for end users

🤝 Contributing

We welcome contributions! Please feel free to submit issues and pull requests.


📄 License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.


Made with ❤️ by the RyuOS Team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 75