Skip to content

PrototypeOS/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

440 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Photo_1625007046053

PrototypeOS is the first of it's kind: Simple. Easy. Reliable. We aim to provide a smooth easy going experience with a bit of customization.

Getting Started:

To initialize your local repository, use a command like this:

repo init -u git://github.com/PrototypeOS/manifest.git -b ranch

You can alternatively use this command to save some space and time :

repo init --depth=1 -u git://github.com/PrototypeOS/manifest.git -b ranch;

Then to sync up:-

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

You can just use repo sync or above command, but this will save you from lot of terminal spam, data and time.

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

Compilation of Prototype:

. build/envsetup.sh

lunch prototype_$device-userdebug

mka prototype

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published