Skip to content

RyzenOS/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

RyzenOS

Getting Started


To get started with the RyzenOS sources, you'll need to get familiar with Git and Repo.

Requirements

  • Around 500GB disk space.
  • Around 16GB RAM running Linux.

To initialize your local repository, use command:

repo init -u https://github.com/RyzenOS/android_manifest.git -b tiramisu

Then sync up:

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

Build our source

. build/envsetup.sh
lunch ryzen_$devicecodename-userdebug
make ryzen -j$(nproc --all) | tee log.txt

Credits:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published