Skip to content

Commit

Permalink
Add PE 10 river manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Jarl-Penguin <[email protected]>
  • Loading branch information
JarlPenguin committed Aug 30, 2020
1 parent f383732 commit 97f7dd5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

`los` - contains manifests for LineageOS (14.1, 15.1, 16.0, 17.x)

`pe` - contains manifests for Pixel Experience (10)

`twrp` - contains manifests for TeamWin Recovery Project (7.1, 9.0)
16 changes: 16 additions & 0 deletions pe/10/river.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

<!--Device repos-->
<project path="device/motorola/river" name="JarlPenguin/android_device_motorola_river" remote="github" revision="ten" />
<project path="device/motorola/sdm632-common" name="JarlPenguin/android_device_motorola_sdm632-common" remote="github" revision="ten" />
<project path="kernel/motorola/sdm632" name="android_kernel_motorola_sdm632" remote="lineage" />
<project path="vendor/motorola/river" name="JarlPenguin/proprietary_vendor_motorola_river" remote="github" revision="ten" />
<project path="vendor/motorola/sdm632-common" name="JarlPenguin/proprietary_vendor_motorola_sdm632-common" remote="github" revision="ten" />

<!--Dependencies-->
<project path="external/bson" name="android_external_bson" remote="lineage" />
<project path="packages/apps/PixelLiveWallpaper" name="packages_apps_PixelLiveWallpaper" remote="pixel-gitlab" revision="ten" />
<project path="system/qcom" name="android_system_qcom" remote="lineage" />

</manifest>

0 comments on commit 97f7dd5

Please sign in to comment.