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

j7b3y/treble_pb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 

Repository files navigation

Project Blaze GSI

This is an unofficial build.

Getting Started:

Create a new working directory for your Project Blaze build and navigate to it:

mkdir blaze; cd blaze

Initializing a local repository and adding manifests:

repo init --depth=1 -u https://github.com/ProjectBlaze/manifest -b 14-QPR2
git clone https://github.com/j7b3y/treble_pb .repo/local_manifests -b 14-QPR2-WIP

Then to sync up:

repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune

Apply patch:

git clone https://github.com/j7b3y/blaze_patches_unified -b 14-QPR2-WIP
bash ./blaze_patches_unified/apply-patchers.sh blaze_patches_unified

Build:

. build/envsetup.sh
lunch blaze_treble_arm64_vN-userdebug # or blaze_treble_arm64_gN-userdebug
WITHOUT_CHECK_API=true make systemimage

Thanks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published