Files
manifest/snippets/minus.xml
SkyMinus bb0a9a0bf9 MinusOS Balsam
Change-Id: I0b550f93f57f5388458d9f3c5aee0ae976b96109
Signed-off-by: SkyMinus <minus_rav@qq.com>
2025-06-30 16:17:14 +08:00

55 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="gitlab"
fetch="https://gitlab.com/" />
<remote name="minus"
fetch="https://github.com/Project-MinusOS"
revision="balsam" />
<!-- General Repos -->
<project path="art" name="art" remote="minus" />
<project path="bootable/recovery" name="bootable_recovery" remote="minus" />
<project path="bootable/deprecated-ota" name="bootable_deprecated-ota" remote="minus" />
<project path="bionic" name="bionic" groups="pdk" remote="minus" />
<!-- Build Repos -->
<project path="build/make" name="build" groups="pdk,sysui-studio" remote="minus" >
<copyfile src="core/root.mk" dest="Makefile" />
<linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
<linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
<linkfile src="core" dest="build/core" />
<linkfile src="envsetup.sh" dest="build/envsetup.sh" />
<linkfile src="target" dest="build/target" />
<linkfile src="tools" dest="build/tools" />
</project>
<project path="build/soong" name="build_soong" groups="pdk,tradefed" remote="minus" >
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
<!-- External Repos -->
<project path="external/dtc" name="external_dtc" remote="minus" />
<project path="external/libnl" name="external_libnl" remote="minus" />
<project path="external/gptfdisk" name="external_gptfdisk" remote="minus" />
<project path="external/mksh" name="external_mksh" remote="minus" />
<project path="external/e2fsprogs" name="external_e2fsprogs" remote="minus" />
<project path="external/tinycompress" name="external_tinycompress" remote="minus" />
<project path="external/wpa_supplicant_8" name="external_wpa_supplicant_8" remote="minus" />
<project path="external/zstd" name="external_zstd" groups="pdk" remote="minus" />
<!-- Vendor Repos -->
<project path="vendor/minus" name="vendor_minus" remote="minus" />
<!-- System Repos -->
<project path="system/core" name="system_core" groups="pdk" remote="minus" />
<project path="system/bpf" name="system_bpf" groups="pdk" remote="minus" />
<project path="system/libhidl" name="system_libhidl" remote="minus" />
<project path="system/security" name="system_security" remote="minus" />
<project path="system/sepolicy" name="system_sepolicy" groups="pdk" remote="minus" />
<project path="system/update_engine" name="system_update_engine" remote="minus" />
<project path="system/vold" name="system_vold" remote="minus" />
<project path="system/libziparchive" name="system_libziparchive" remote="minus" />
<project path="system/extras" name="system_extras" remote="minus" />
</manifest>