Skip to content

ProjectWings/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

WingsOS

Requirements

  • Around 100G disk space.
  • A computer with at least 16GB RAM running Linux (recommended) or MacOS.
  • Build environment setup.

Create a directory for the source files & Go into created directory

mkdir wings
cd wings

Run the following commands to sync source

repo init -u https://github.com/ProjectWings/android_manifest -b ursa --git-lfs

To sync source, enter

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

Once the source is downloaded/synced, prepare your device trees, dependencies and start the build by the following commands

source build/envsetup.sh
lunch wings_<devicecodename>-usertype
make bacon -j$(nproc --all)

Compilation Help

To get help with build errors, please visit Android Building Help.

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 74