Include local repositories to the reppo manifest

Task: 9
This commit is contained in:
akadmin 2025-09-17 11:41:34 +03:00
parent 5fa1ea9b5a
commit f3b5f7fb09
2 changed files with 16 additions and 0 deletions

View file

@ -1014,4 +1014,5 @@
<include name="snippets/lineage.xml" />
<include name="snippets/pixel.xml" />
<include name="snippets/iode.xml" />
<include name="snippets/brax.xml" />
</manifest>

15
snippets/brax.xml Normal file
View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="brax"
fetch="git.os-source.co"
review="iodeos-review.os-source.co"
revision="v6-staging"
sync-c="true" />
<project path="hardware/mediatek" name="lineage/hardware_mediatek" remote="iode" />
<project path="device/mediatek/sepolicy_vndr" name="LineageOS/android_device_mediatek_sepolicy_vndr" />
<project path="device/brax/brax3" name="IodeOs/device_brax_brax3" remote="brax" />
<project path="device/brax/brax3-kernel" name="IodeOs/device_brax_brax3-kernel" remote="brax" />
<project path="vendor/brax/brax3" name="IodeOs/vendor_brax_brax3" remote="brax" />
<remove-project name="lineage/frameworks_native" />
<project path="frameworks/native" name="lineage/frameworks_native" groups="pdk" remote="iode" revision="v6-staging-mtk"/>
</manifest>