Skip to content

Commit

Permalink
reverted manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kaii-lb committed Aug 3, 2024
1 parent 75f53f0 commit 00f22a0
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions manifest.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="trebledroid" fetch="https://github.com/TrebleDroid" />
<remote name="lmodroid" fetch="https://github.com/LMODroid/" />
<remote name="mindthegapps" fetch="https://gitlab.com/MindTheGapps/" />
<remote name="phhusson" fetch="https://github.com/phhusson/" />
<remote name="andycgyan" fetch="https://github.com/AndyCGYan/" />
<remote name="ponces" fetch="https://github.com/ponces/" />
<remote name="github123" fetch="https://github.com" />
<remote name="gitlab123" fetch="https://gitlab.com" />

<!-- TrebleDroid -->
<project name="device_phh_treble" path="device/phh/treble" remote="trebledroid" revision="android-14.0" />
<project name="vendor_hardware_overlay" path="vendor/hardware_overlay" remote="trebledroid" revision="pie" />
<project name="vendor_interfaces" path="vendor/interfaces" remote="trebledroid" revision="android-14.0" />
<project name="treble_app" path="treble_app" remote="trebledroid" revision="master" />
<project name="vendor_magisk" path="vendor/magisk" remote="phhusson" revision="android-10.0" />
<project name="android_packages_apps_QcRilAm" path="packages/apps/QcRilAm" remote="andycgyan" revision="master" />
<project name="TrebleDroid/device_phh_treble" path="device/phh/treble" remote="github123" revision="android-14.0" />
<project name="TrebleDroid/vendor_hardware_overlay" path="vendor/hardware_overlay" remote="github123" revision="pie" />
<project name="TrebleDroid/vendor_interfaces" path="vendor/interfaces" remote="github123" revision="android-14.0" />
<project name="TrebleDroid/treble_app" path="treble_app" remote="github123" revision="master" />
<project name="phhusson/vendor_magisk" path="vendor/magisk" remote="github123" revision="android-10.0" />
<project name="AndyCGYan/android_packages_apps_QcRilAm" path="packages/apps/QcRilAm" remote="github123" revision="master" />
<project name="platform/prebuilts/vndk/v28" path="prebuilts/vndk/v28" remote="aosp" revision="204f1bad00aaf480ba33233f7b8c2ddaa03155dd" clone-depth="1" />

<!-- Ponces -->
<project name="packages_apps_ParanoidSense" path="packages/apps/ParanoidSense" remote="ponces" revision="uvite" />
<project name="ponces/packages_apps_ParanoidSense" path="packages/apps/ParanoidSense" remote="github123" revision="uvite" />

<!-- lmodroid: openeuicc -->
<project path="packages/apps/OpenEUICC" name="platform_packages_apps_OpenEUICC" remote="lmodroid" revision="fourteen" clone-depth="1" />
<project name="LMODroid/platform_packages_apps_OpenEUICC" path="packages/apps/OpenEUICC" remote="github123" revision="fourteen" clone-depth="1" />

<!-- mindthegapps: gapps -->
<project path="vendor/gapps" name="vendor_gapps" remote="mindthegapps" revision="upsilon" clone-depth="1" />
<project name="MindTheGapps/vendor_gapps" path="vendor/gapps" remote="gitlab123" revision="upsilon" clone-depth="1" />
</manifest>

0 comments on commit 00f22a0

Please sign in to comment.