Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Patches used to build VoltageOS as Trebledroid GSI.

Notifications You must be signed in to change notification settings

cawilliamson/treble_voltage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

You'll need to get familiar with Git and Repo as well as How to build a GSI.

Sync GitHub repo

Run the following:

git clone https://github.com/cawilliamson/treble_voltage.git
cd treble_voltage/

Build ALL variants and upload to GitHub

Run the following:

./build-all.sh

Build one variant and store in out/

Run the following:

./build-image.sh "<arch>" "<variant>"

Replace <arch> with arm64 or arm32_binder64 and <variant> with vanilla, gapps, or microg.

Troubleshooting

If you face any conflicts while applying patches, apply the patch manually. For any other issues, report them via the Issues tab.

Credits

These people have helped this project in some way or another, so they should be the ones who receive all the credit:

About

Patches used to build VoltageOS as Trebledroid GSI.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 83.7%
  • Makefile 16.3%