Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Jens Lody | f47fd1b50f | 4 years ago |
@ -1,42 +1,52 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<manifest> |
||||
|
||||
<remote name="myGitlab" |
||||
fetch="https://gitlab.com" /> |
||||
|
||||
<remote name="myGitea" |
||||
fetch="https://gitea.jenslody.de/jens" |
||||
revision="tirimbino" /> |
||||
|
||||
<remote name="myGiteaPriv" |
||||
fetch="ssh://git@gitea.jenslody.de:27/jens" |
||||
revision="tirimbino" /> |
||||
revision="q" /> |
||||
|
||||
<remote name="pixel" |
||||
fetch="https://github.com/PixelExperience" |
||||
revision="thirteen" |
||||
review="gerrit.pixelexperience.org" /> |
||||
<remote name="Galaxy-MSM8916" |
||||
fetch="https://github.com/Galaxy-MSM8916" |
||||
review="review.msm8916.com" |
||||
revision="lineage-17.1" /> |
||||
|
||||
<remote name="pixel-devices" |
||||
fetch="https://github.com/PixelExperience-Devices" |
||||
revision="thirteen" /> |
||||
|
||||
<remote name="pixel-devices-blobs" |
||||
fetch=" https://gitlab.pixelexperience.org/android/vendor-blobs" |
||||
revision="thirteen" /> |
||||
<remove-project path="hardware/qcom-caf/msm8916/audio" name="android_hardware_qcom_audio" remote="lineage" revision="lineage-17.0-caf-msm8916" /> |
||||
<project path="hardware/qcom-caf/msm8916/audio" name="android_hardware_qcom_audio" remote="myGitea" /> |
||||
|
||||
<!-- Samsung Hardware Repo --> |
||||
<project path="hardware/samsung" name="hardware_samsung" remote="myGitea" /> |
||||
<project path="hardware/samsung" name="android_hardware_samsung.git" remote="myGitea" /> |
||||
|
||||
<!-- Samsung MSM8916 Common Repos --> |
||||
<project path="device/samsung/qcom-common" name="android_device_samsung_qcom-common.git" remote="myGitea" groups="device" /> |
||||
<project path="device/samsung/msm8916-common" name="android_device_samsung_msm8916-common" groups="device" remote="myGitea" /> |
||||
|
||||
<!-- Samsung sm7125 Common Repo --> |
||||
<project path="device/samsung/sm7125-common" name="device_samsung_sm7125-common" groups="device" remote="myGitea" /> |
||||
|
||||
<!-- (SM-A52F - a52q) --> |
||||
<project path="device/samsung/a52q" name="device_samsung_a52q" groups="device" remote="myGitea" /> |
||||
<!-- Galaxy J5 (SM-J500H - j53gxx) || (J500F-G-M-Y - j5lte) || (J500FN - j5nlte) || (J5008 - j5ltechn) --> |
||||
<project path="device/samsung/j5nlte" name="android_device_samsung_j5nlte.git" groups="device" remote="myGitea" /> |
||||
<project path="device/samsung/j5ltechn" name="android_device_samsung_j5ltechn.git" groups="device" remote="myGitea" /> |
||||
<project path="device/samsung/j5lte" name="android_device_samsung_j5lte.git" groups="device" remote="myGitea" /> |
||||
<project path="device/samsung/j53gxx" name="android_device_samsung_j53gxx.git" groups="device" remote="myGitea" /> |
||||
|
||||
<!-- Samsung SM7125 Kernel --> |
||||
<project path="kernel/samsung/sm7125" name="kernel_samsung_sm7125" remote="myGitea" /> |
||||
<!-- (J510FN - j5xnlte) --> |
||||
<project path="device/samsung/j5xnlte" name="android_device_samsung_j5xnlte.git" groups="device" remote="myGitea" /> |
||||
|
||||
<!-- Vendor Trees --> |
||||
<project path="vendor/samsung/sm7125-common" name="vendor_samsung_sm7125-common" groups="device" remote="myGitea" /> |
||||
<project path="vendor/samsung/a52q" name="vendor_samsung_a52q" groups="device" remote="myGitea" /> |
||||
<!-- arm-eabi-7.2 --> |
||||
<project path="prebuilts/gcc/linux-x86/arm/arm-eabi-7.2" name="Galaxy-MSM8916/android-prebuilts-gcc-linux-x86-arm-arm-eabi-7.2" groups="pdk,linux,arm" remote="github" revision="master"/> |
||||
<!-- Dependencies --> |
||||
<project path="external/sony/boringssl-compat" name="LineageOS/android_external_sony_boringssl-compat" remote="github" revision="lineage-17.1" /> |
||||
|
||||
</manifest> |
||||
<!-- Common Samsung MSM8916 Kernel --> |
||||
<project path="kernel/samsung/msm8916" name="android_kernel_samsung_msm8916" remote="myGitea" /> |
||||
|
||||
<!-- Vendor Trees For All Device Trees --> |
||||
<project path="vendor/samsung" name="proprietary_vendor_samsung" groups="device" remote="myGitea" /> |
||||
|
||||
<!-- not build by default, I need it at work --> |
||||
<!-- |
||||
<project path="packages/apps/Exchange" name="platform/packages/apps/Exchange" groups="pdk-fs" remote="aosp" revision="master" /> |
||||
--> |
||||
</manifest> |
||||
|
Loading…
Reference in new issue