Custom ROM ready ReVanced integration with Morphe prebuilts.
Powered by Morphe Prebuilts
This repository provides a complete ROM-side ReVanced integration solution for Android custom ROM developers.
The goal of this project is to simplify ReVanced integration and eliminate the need for manually generating, extracting, patching, and placing APKs during every build cycle.
- Morphe YouTube Prebuilt
- Morphe YouTube Music Prebuilt
- Product integration files
- Vendor configuration files
- Build integration support
- Git LFS support for large APK assets
- Beginner-friendly documentation
June 2026
- ✅ Added Morphe YouTube prebuilt
- ✅ Added Morphe YouTube Music prebuilt
- ✅ Migrated large APK assets to Git LFS
- ✅ Reworked repository structure
- ✅ Improved documentation
- ✅ Added beginner cherry-pick guide
- ✅ Added conflict resolution guide
- ✅ Updated repository branding
- Regular Morphe APK updates
- Support group integration
- Additional ROM-side improvements
- Improved automation workflow
git clone https://github.com/maxxcodebug/vendor_revanced_new vendor/revancedAdd the following line inside your device tree, vendor tree or product makefile:
$(call inherit-product, vendor/revanced/products/revanced.mk)After inheriting the product configuration, applications will automatically be included during build.
- Prevent Play Store auto-updates
- Improve ROM-side integration support
Apply
cd frameworks/base
git fetch https://github.com/PixelLineage/frameworks_base bc71449a25b6b0d16d2b4e611cdc9939bd89bb54
git cherry-pick FETCH_HEADReference:
https://github.com/PixelLineage/frameworks_base/commit/bc71449a25b6b0d16d2b4e611cdc9939bd89bb54
Purpose
- Allow enabling/disabling ROM-side ReVanced apps from Settings
Apply
cd packages/apps/Settings
git fetch https://github.com/PixelLineage/packages_apps_Settings 257d913938fbc2b590f8d030a00dd7131f38693d
git cherry-pick FETCH_HEADReference:
cd path/to/projectgit fetch <repository-url> <commit-id>Example:
git fetch https://github.com/PixelLineage/frameworks_base bc71449a25b6b0d16d2b4e611cdc9939bd89bb54
git cherry-pick FETCH_HEADExample:
CONFLICT (content): Merge conflict in some/file/path
Check:
git status
Conflict markers:
<<<<<<< HEAD
<Current source code>
=======
<Incoming patch code>
>>>>>>> COMMIT- HEAD = Your ROM source
- Incoming Patch = Cherry-picked changes
After resolving:
git add .
git cherry-pick --continueAbort:
git cherry-pick --abortVerify:
git statusExpected:
nothing to commit, working tree clean
- Morphe YouTube
- Morphe YouTube Music
Applications may be updated whenever new releases become available.
mka bacon
or use your ROM's normal build procedure.
Install:
git lfs installClone:
git clone https://github.com/maxxcodebug/vendor_revanced_new vendor/revancedGit LFS assets will download automatically.
Need help?
Feel free to send a DM regarding:
- Integration issues
- Build errors
- Patch conflicts
- Repository suggestions
Support group coming soon.
MaxxCodeBug
by Anshuman X
https://github.com/maxxcodebug
Morphe Team
This repository heavily relies on Morphe prebuilts.
Huge thanks to the Morphe Team for their continuous work, maintenance and contributions to the Android modding community.
- Morphe Team
- ReVanced Team
- j-hc
- PixelLineage Project
- Android Open Source Community
- All ROM Developers contributing to ReVanced integration
This repository is actively maintained.
Future commits may include:
- APK updates
- Documentation improvements
- Integration enhancements
- New features
- Bug fixes
Stay tuned for updates.
