Skip to content

radu-v/android_local_manifests_fajita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Local manifest for PXOSP fajita

PXOSP (Proton Xtended Open Source Project) is a fork based on ProtonAOSP to enchantment user experience with useful addition features.

Getting source code

First, make sure you have an Android build environment and the repo tool set up. After that, run the following commands:

repo init -u https://github.com/PXOSP/android_manifest -b sc
repo sync -c --force-sync --no-tags --no-clone-bundle -j$(nproc --all) --optimized-fetch --prune

This is a large download that will take approximately 100 GB of disk space, so plan accordingly.

Building

First, you need to make and sync device trees. After that you can continue:

. build/envsetup.sh
lunch aosp_{codename}-userdebug
m bacon

Useful commands

Update the repo

repo sync -c --force-sync --no-tags --no-clone-bundle -j8

For a "dirty" build, after a successful one

. build/envsetup.sh && m installclean && lunch aosp_{codename}-userdebug

To build a directory

mmma -j8 path

Credits

  • SevralT - for putting together the PXOSP and contributing to OP6T development
  • ProtonAOSP - For rom base
  • LineageOS - For their apps/icons
  • PixelExperience - For CAF repos
  • All roms from where I picked any changes

Good luck & thanks for choosing us!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published