Skip to content

Akash98Sky/rom_building_system_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rom Building System Setup

<<< Make your System capable of custom ROM building >>>

First clone the repositoiy -->

$ git clone https://github.com/Akash98Sky/rom_building_system_setup -b new <any dir>
  • add any directory name at the end or keep it empty

Use this to setup the complete system :-

$ chmod +x fullsetup.sh
$ ./fullsetup.sh

Then run:-

$ source ~/.profile

OR

<<< Partial Installations >>>

For installing only SDK :-

$ chmod +x install_sdk.sh
$ ./install_sdk.sh

Then run:-

$ source ~/.profile

For installing only repo :-

$ chmod +x install_repo.sh
$ ./install_repo.sh

Then run:-

$ source ~/.profile 

For installing other packages :-

$ chmod +x install_packages.sh
$ ./install_packages.sh

About

Make the system capable of custom ROM building

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages